forked from cerc-io/cosmos-explorer
fix typo
This commit is contained in:
parent
5b7cee4df8
commit
1ab0834920
@ -7,7 +7,7 @@ import newFooter from '@/layouts/components/NavFooter.vue';
|
||||
import NavbarThemeSwitcher from '@/layouts/components/NavbarThemeSwitcher.vue';
|
||||
import NavbarSearch from '@/layouts/components/NavbarSearch.vue';
|
||||
import ChainProfile from '@/layouts/components/ChainProfile.vue';
|
||||
import Sponsers from '@/layouts/components/Sponsers.vue';
|
||||
import Sponsors from '@/layouts/components/Sponsors.vue';
|
||||
|
||||
import { NetworkType, useDashboard } from '@/stores/useDashboard';
|
||||
import { useBaseStore, useBlockchain } from '@/stores';
|
||||
@ -262,7 +262,7 @@ dayjs()
|
||||
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">
|
||||
{{ $t('module.sponsors') }}
|
||||
</div>
|
||||
<Sponsers />
|
||||
<Sponsors />
|
||||
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">{{ $t('module.links') }}</div>
|
||||
<a
|
||||
href="https://twitter.com/ping_pub"
|
||||
|
Loading…
Reference in New Issue
Block a user