From 1c4dc396c663c7f79f183efdd0c30d70a3d7fa33 Mon Sep 17 00:00:00 2001 From: Soham Rayate Date: Sat, 23 May 2026 14:15:12 +0530 Subject: [PATCH] Fix missing navbar on authentication pages --- src/components/Navbar.tsx | 2 +- src/pages/Activity.tsx | 2 +- src/pages/Login/Login.tsx | 6 +++++- src/pages/Tracker/Tracker.tsx | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index fd5eac86..4fd8d4cf 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -22,7 +22,7 @@ const Navbar: React.FC = () => { const closeMenu = () => setIsOpen(false); return ( -