diff --git a/components/MailchimpEmbed.vue b/components/MailchimpEmbed.vue index 16234141..152d1da4 100644 --- a/components/MailchimpEmbed.vue +++ b/components/MailchimpEmbed.vue @@ -3,7 +3,7 @@ href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css" - /> + > + >
+ >
diff --git a/components/sections/CoinSection.vue b/components/sections/CoinSection.vue index 621f81e2..8756c701 100644 --- a/components/sections/CoinSection.vue +++ b/components/sections/CoinSection.vue @@ -36,7 +36,7 @@ tag="h4" scope="global" > -
+
{{ $t('coin.description1-1') }}

{{ $t('coin.description2') }}

diff --git a/components/sections/HeroSection.vue b/components/sections/HeroSection.vue index e99cf33a..24d99e25 100644 --- a/components/sections/HeroSection.vue +++ b/components/sections/HeroSection.vue @@ -61,10 +61,10 @@ tag="h1" scope="global" > -
+
{{ $t('hero.title.main-key-1') }} {{ $t('hero.title.oracle') }} -
+
{{ $t('hero.title.gradient') }} diff --git a/components/sections/SecureSection.vue b/components/sections/SecureSection.vue index 0c5de7b7..31091bcd 100644 --- a/components/sections/SecureSection.vue +++ b/components/sections/SecureSection.vue @@ -11,7 +11,7 @@ tag="h2" scope="global" > -
+
{{ $t('secure-section.title2') }} . diff --git a/components/sections/WhatIsWitnetSection.vue b/components/sections/WhatIsWitnetSection.vue index cbec9b7a..d29c0d49 100644 --- a/components/sections/WhatIsWitnetSection.vue +++ b/components/sections/WhatIsWitnetSection.vue @@ -14,7 +14,7 @@ scope="global" > -
{{ $t('what-is-witnet.title.witnet') }} +
{{ $t('what-is-witnet.title.witnet') }}
@@ -27,7 +27,7 @@ -
{{ $t('what-is-witnet.subtitle2') }} +
{{ $t('what-is-witnet.subtitle2') }}
diff --git a/eslint.config.js b/eslint.config.js index 12bb982a..cc68c354 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -17,7 +17,6 @@ export default createConfigForNuxt().prepend( 'public', '.nuxt', 'docs/**/*', - 'DEBUG=1/**/*', '.output', 'docs/_nuxt/*', ],