diff --git a/client/src/app/layout/AuthenticatedArea/AuthenticatedArea.tsx b/client/src/app/layout/AuthenticatedArea/AuthenticatedArea.tsx index 1fb9c517..1509c383 100644 --- a/client/src/app/layout/AuthenticatedArea/AuthenticatedArea.tsx +++ b/client/src/app/layout/AuthenticatedArea/AuthenticatedArea.tsx @@ -27,20 +27,20 @@ const links: Array<{ icon: any roles: string[] | undefined }> = [ - { link: '/dashboard', label: 'Dashboard', icon: NewspaperClipping, roles: undefined }, + /*{ link: '/dashboard', label: 'Dashboard', icon: NewspaperClipping, roles: undefined }, { link: '/submit-application/pick-topic', label: 'Submit Application', icon: PaperPlaneTilt, roles: undefined, - }, + },*/ { link: '/management/thesis-applications', - label: 'Review Applications v1', + label: 'Review Applications', icon: Scroll, roles: ['admin', 'advisor', 'supervisor'], }, - { + /*{ link: '/applications', label: 'Review Applications v2', icon: Scroll, @@ -52,7 +52,7 @@ const links: Array<{ icon: FolderSimplePlus, roles: ['admin', 'advisor', 'supervisor'], }, - { link: '/theses', label: 'Thesis Overview', icon: Kanban, roles: ['admin', 'supervisor'] }, + { link: '/theses', label: 'Thesis Overview', icon: Kanban, roles: ['admin', 'supervisor'] },*/ ] const SpinningLoader = () => ( @@ -124,14 +124,14 @@ const AuthenticatedArea = (props: PropsWithChildren) => ))} - My Information - + */}