Skip to content

Commit

Permalink
style: lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 26, 2024
1 parent 81530cc commit a6ad7c4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions components/MailchimpEmbed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
href="//cdn-images.mailchimp.com/embedcode/classic-061523.css"
rel="stylesheet"
type="text/css"
/>
>
<component
:is="'script'"
type="text/javascript"
Expand All @@ -28,7 +28,7 @@
class="text-black-950 outline-none required email rounded-l-full border min-w-[300px] sm:min-w-full py-sm px-md block w-full border-white-50 shadow-sm text-sm focus:z-10 focus:border-blue-500 focus:ring-blue-500 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-900 dark:border-neutral-700 dark:text-neutral-400 dark:placeholder-neutral-500 dark:focus:ring-neutral-600"
required=""
value=""
/>
>
</div>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none" />
Expand All @@ -40,7 +40,7 @@
name="b_5a67ab2b3f2db1c50be62f761_aaf328ec13"
tabindex="-1"
value=""
/>
>
</div>
<div class="clear">
<input
Expand All @@ -49,7 +49,7 @@
name="subscribe"
class="text-wit-blue-500 margin rounded-r-full py-sm px-md inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-e-md border border-black-950 bg-black-950 text-white hover:bg-blue-700 disabled:opacity-50 disabled:pointer-events-none cursor-pointer"
:value="subscribeLocale"
/>
>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion components/sections/CoinSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tag="h4"
scope="global"
>
<br />
<br >
<span>{{ $t('coin.description1-1') }}</span>
</i18n-t>
<p class="text text-white-50">{{ $t('coin.description2') }}</p>
Expand Down
4 changes: 2 additions & 2 deletions components/sections/HeroSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
tag="h1"
scope="global"
>
<br />
<br >
<span ref="myText">{{ $t('hero.title.main-key-1') }}</span>
<span>{{ $t('hero.title.oracle') }}</span>
<br />
<br >
<span ref="myText2" class="text-wit-blue-500 gradient">{{
$t('hero.title.gradient')
}}</span>
Expand Down
2 changes: 1 addition & 1 deletion components/sections/SecureSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tag="h2"
scope="global"
>
<br />
<br >
<span class="font-bold">{{ $t('secure-section.title2') }}</span>
<span class="text-white-50 font-bold">.</span>
</i18n-t>
Expand Down
4 changes: 2 additions & 2 deletions components/sections/WhatIsWitnetSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
scope="global"
>
<span class="title-h2">
<br />{{ $t('what-is-witnet.title.witnet') }}
<br >{{ $t('what-is-witnet.title.witnet') }}
</span>
</i18n-t>

Expand All @@ -27,7 +27,7 @@
<span
class="title-h3 font-normal text-center section-description-max-w"
>
<br />{{ $t('what-is-witnet.subtitle2') }}
<br >{{ $t('what-is-witnet.subtitle2') }}
</span>
</i18n-t>

Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default createConfigForNuxt().prepend(
'public',
'.nuxt',
'docs/**/*',
'DEBUG=1/**/*',
'.output',
'docs/_nuxt/*',
],
Expand Down

0 comments on commit a6ad7c4

Please sign in to comment.