From a4b72160967e1a154b5070b6df4c47c8c71fc595 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sun, 28 May 2023 20:57:03 +0800 Subject: [PATCH] add suggest chain --- src/layouts/components/DefaultLayout.vue | 4 ++-- src/layouts/components/NavBarWallet.vue | 4 +++- src/stores/useWalletStore.ts | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index df4f6b0f..4b11ce00 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -99,7 +99,7 @@ const showDiscord = window.location.host.search('ping.pub') > -1;
{{ item?.badgeContent }} @@ -175,7 +175,7 @@ const showDiscord = window.location.host.search('ping.pub') > -1;
{{ item?.badgeContent }} diff --git a/src/layouts/components/NavBarWallet.vue b/src/layouts/components/NavBarWallet.vue index baa01899..e3e41414 100644 --- a/src/layouts/components/NavBarWallet.vue +++ b/src/layouts/components/NavBarWallet.vue @@ -1,7 +1,8 @@