This commit is contained in:
liangping 2024-07-16 11:18:19 +08:00
parent 5b7cee4df8
commit 1ab0834920
2 changed files with 2 additions and 2 deletions

View File

@ -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"