From a32fc5d3bf282c7f18ebc98096100acd002710c3 Mon Sep 17 00:00:00 2001 From: Alisa Date: Sun, 28 May 2023 03:05:55 +0800 Subject: [PATCH] feat: !bg-primary --- src/layouts/components/DefaultLayout.vue | 12 ++++++------ src/modules/[chain]/staking/index.vue | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 864c0047..24730246 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -64,7 +64,7 @@ const showDiscord = window.location.host.search('ping.pub') > -1; 'text-blue-500': item?.title !== 'Favorite', }" /> -
+
{{ item?.title }}
@@ -104,10 +104,10 @@ const showDiscord = window.location.host.search('ping.pub') > -1; 'text-blue-500': item?.title !== 'Favorite', }" /> -
+
{{ item?.title }}
-
+
{{ item?.badgeContent }}
@@ -122,14 +122,14 @@ const showDiscord = window.location.host.search('ping.pub') > -1; -
+
Osmosis
+ class="collapse-title px-4 flex items-center py-1 rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"> -
+
Becole
diff --git a/src/modules/[chain]/staking/index.vue b/src/modules/[chain]/staking/index.vue index 73658b26..a60cffce 100644 --- a/src/modules/[chain]/staking/index.vue +++ b/src/modules/[chain]/staking/index.vue @@ -302,7 +302,7 @@ loadAvatars();