From 54c236e6354ffa06933185c2703473401415f11a Mon Sep 17 00:00:00 2001 From: tommytrg Date: Thu, 11 Jul 2024 22:54:01 +0200 Subject: [PATCH] fixup --- components/FooterSection.vue | 2 +- components/cards/ExplorerLink.vue | 2 +- components/sections/BuildSection.vue | 1 + components/sections/BuySection.vue | 10 +++--- components/sections/CoinSection.vue | 41 +++++++++++++++++------- components/sections/HeroSection.vue | 47 +++++++++++++++++++--------- constants.ts | 2 +- locales/en-US.json | 9 ------ pages/index.vue | 22 ++++++------- utils/getLatestRelease.ts | 27 +++++++++------- 10 files changed, 96 insertions(+), 67 deletions(-) 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 @@