diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 68ef821d..ae0f0e2f 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -64,8 +64,6 @@ export default function Navbar() { let settings = [ { name: "Profile", onclick: () => navigate("/profile", { replace: true }) }, - { name: "Account", onclick: handleCloseUserMenu }, - { name: "Dashboard", onclick: handleCloseUserMenu }, { name: "Logout", onclick: logout }, ]; if (user?.role === "master") {