-
-
-
-
- {{ title }}
-
-
-
- {{ description }}
-
+
+
+
+
+
+
+ {{ title }}
+
+
+
+ {{ description }}
+
-
-
\ No newline at end of file
+
diff --git a/components/sections/BuildSection.vue b/components/sections/BuildSection.vue
index a90ad56a..4f06b501 100644
--- a/components/sections/BuildSection.vue
+++ b/components/sections/BuildSection.vue
@@ -1,17 +1,17 @@
-
+
- {{ $t('build-section.title.dot') }}
+ {{ $t('build-section.title.dot') }}
-
+
-
-
-
-
-
+
+
+
+
+
+ />
@@ -47,7 +38,7 @@ import BitmartIcon from '@/assets/svg/bitmart.svg?component'
import ChangellyIcon from '@/assets/svg/changelly.svg?component'
import SimpleswapIcon from '@/assets/svg/simpleswap.svg?component'
import LetsexchangeIcon from '@/assets/svg/letsexchange.svg?component'
-import { URLS } from "../../constants.js"
+import { URLS } from '../../constants.js'
const { t } = useI18n()
const exchanges: Array = [
@@ -64,22 +55,22 @@ const exchanges: Array = [
{
name: t('buy-section.exchanges.bitmart'),
logo: 'bitmart',
- link: URLS.bitmart
+ link: URLS.bitmart,
},
{
name: t('buy-section.exchanges.changelly'),
logo: 'changelly',
- link: URLS.changelly
+ link: URLS.changelly,
},
{
name: t('buy-section.exchanges.simpleswap'),
logo: 'simpleswap',
- link: URLS.simpleswap,
+ link: URLS.simpleswap,
},
{
name: t('buy-section.exchanges.letsexchange'),
logo: 'letsexchange',
- link: URLS.letsexchange
+ link: URLS.letsexchange,
},
]
diff --git a/components/sections/CoinSection.vue b/components/sections/CoinSection.vue
index 4bc79ed2..9da85c10 100644
--- a/components/sections/CoinSection.vue
+++ b/components/sections/CoinSection.vue
@@ -24,6 +24,7 @@