From 98bd50433393a01fa45cfe4966a3a815b79a0284 Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 3 Aug 2025 00:42:34 +0200 Subject: [PATCH] refactor: Comment out wallet balance display in Navbar for future adjustments - Comment out the wallet balance display section in Navbar.vue to prepare for potential redesign or feature updates. - Remove the border from the CurrencyDisplay component. --- src/components/layout/Navbar.vue | 10 +++++----- src/components/ui/CurrencyDisplay.vue | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/layout/Navbar.vue b/src/components/layout/Navbar.vue index ed743ae..fc6fc1c 100644 --- a/src/components/layout/Navbar.vue +++ b/src/components/layout/Navbar.vue @@ -95,11 +95,11 @@ const handleLogout = async () => {
- + + + + +