From 7b517c388f5c97211c3312b1ea6baf342e1c0ff8 Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 28 Jul 2026 09:07:39 +0700 Subject: [PATCH] feat: redesign mobile bottom nav with glass styling --- .../frontend/src/components/layout/mobile-nav.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/services/frontend/src/components/layout/mobile-nav.tsx b/services/frontend/src/components/layout/mobile-nav.tsx index f2aef98..e234b12 100644 --- a/services/frontend/src/components/layout/mobile-nav.tsx +++ b/services/frontend/src/components/layout/mobile-nav.tsx @@ -10,8 +10,8 @@ export function MobileNav() { const pathname = usePathname(); return ( -