From 3cf9cd0cac9d702b07bf7a003328a70ab1c70433 Mon Sep 17 00:00:00 2001 From: Vagner Date: Fri, 11 Oct 2024 18:39:51 -0300 Subject: [PATCH] Fix currencymenu using tailwind's and vue's best practices --- src/components/TopBar/TopBar.vue | 50 ++++++++++---------------------- 1 file changed, 15 insertions(+), 35 deletions(-) diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 3ab2524..4c5cd85 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -213,7 +213,10 @@ onClickOutside(infoMenuRef, () => {
Choosed network image { width="24" /> {{ Networks[etherStore.networkName].chainName }} - Chevron Down - Chevron Up - Chevron Down Black +
+ + + +
+ \ No newline at end of file