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 */}