diff --git a/components/FooterSection.vue b/components/FooterSection.vue index 6428c80e..053ce473 100644 --- a/components/FooterSection.vue +++ b/components/FooterSection.vue @@ -98,7 +98,7 @@ const footerSections = { } import snakeCase from 'lodash.snakecase' -import { URLS } from "../constants.js" +import { URLS } from "../constants" function getFooterLinks(sections) { return Object.entries(sections).map(([sectionName, sectionItems]) => ({ diff --git a/components/cards/ExplorerLink.vue b/components/cards/ExplorerLink.vue index c51f9956..123b1dc3 100644 --- a/components/cards/ExplorerLink.vue +++ b/components/cards/ExplorerLink.vue @@ -2,7 +2,7 @@
diff --git a/components/sections/BuildSection.vue b/components/sections/BuildSection.vue index 3368ee90..a90ad56a 100644 --- a/components/sections/BuildSection.vue +++ b/components/sections/BuildSection.vue @@ -5,6 +5,7 @@ keypath="build-section.title.key_features" class="title-h2" tag="span" + id="build" > {{ $t('build-section.title.dot') }} diff --git a/components/sections/BuySection.vue b/components/sections/BuySection.vue index 346880a0..3809aca5 100644 --- a/components/sections/BuySection.vue +++ b/components/sections/BuySection.vue @@ -1,14 +1,14 @@