From 8ae1348c8883c7f8214ed6112b412df16c096cbe Mon Sep 17 00:00:00 2001 From: SRUTHIAGARWAL Date: Sun, 11 Jan 2026 22:08:44 +0530 Subject: [PATCH] feat: add Trips shortcut to navbar --- frontend/src/components/Navbar.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 1e7b2db..f1e3bb9 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -577,6 +577,21 @@ const Navbar = () => { )} + {/* Trips shortcut */} + {isAuthenticated && ( + + + + )} + {/* User profile menu */}