diff --git a/src/pages/index.vue b/src/pages/index.vue index 873e9ee3..0eff064f 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -24,7 +24,9 @@ const chains = computed(() => { const featured = computed(() => { const names = ["cosmos", "osmosis", "akash", "celestia", "evmos", "injective"]; - return chains.value.filter(x => names.includes(x.chainName)) + return chains.value + .filter(x => names.includes(x.chainName)) + .sort((a, b)=> (names.indexOf(a.chainName) - names.indexOf(b.chainName))) }) const chainStore = useBlockchain() @@ -56,15 +58,11 @@ const chainStore = useBlockchain()

{{ $t('pages.title') }}

-
- {{ $t('pages.tag') }} -

{{ $t('pages.slogan') }}

-

{{ $t('pages.description') }}

-
Featured Blockchains
+
+

Featured Blockchains 🔥

+
+
+

{{ $t('pages.description') }}

+
+