From 9b320366ceb9e3c36528fee7dd687d95642b0e89 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sat, 31 May 2025 18:35:37 -0700 Subject: [PATCH] Remove Dashboard from tab menu -- it is available under the user menu --- frontend/src/components/layout/BackstoryLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/BackstoryLayout.tsx b/frontend/src/components/layout/BackstoryLayout.tsx index b6227e4..936c3de 100644 --- a/frontend/src/components/layout/BackstoryLayout.tsx +++ b/frontend/src/components/layout/BackstoryLayout.tsx @@ -47,7 +47,7 @@ const CandidateNavItems : NavigationLinkType[]= [ // { name: 'Job Analysis', path: '/candidate/job-analysis', icon: }, { name: 'Resume Builder', path: '/candidate/resume-builder', icon: }, // { name: 'Knowledge Explorer', path: '/candidate/knowledge-explorer', icon: }, - { name: 'Dashboard', icon: , path: '/candidate/dashboard' }, + // { name: 'Dashboard', icon: , path: '/candidate/dashboard' }, // { name: 'Profile', icon: , path: '/candidate/profile' }, // { name: 'Backstory', icon: , path: '/candidate/backstory' }, // { name: 'Resumes', icon: , path: '/candidate/resumes' },