From d02eecc9630128f2bd63b378d342abb341bf4d74 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Tue, 16 Jul 2024 11:12:33 +0800 Subject: [PATCH] update sponsers --- src/layouts/components/DefaultLayout.vue | 47 +----------------------- src/layouts/components/Sponsers.vue | 25 +++++++++++++ 2 files changed, 27 insertions(+), 45 deletions(-) create mode 100644 src/layouts/components/Sponsers.vue diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 17e784c0..63738330 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -7,6 +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 { NetworkType, useDashboard } from '@/stores/useDashboard'; import { useBaseStore, useBlockchain } from '@/stores'; @@ -261,51 +262,7 @@ dayjs()
-
-
-