diff --git a/frontend/src/config/navigationConfig.tsx b/frontend/src/config/navigationConfig.tsx index 97b5f2d..4bc1cdb 100644 --- a/frontend/src/config/navigationConfig.tsx +++ b/frontend/src/config/navigationConfig.tsx @@ -169,7 +169,7 @@ export const navigationConfig: NavigationConfig = { icon: , path: "/candidate/jobs/:jobId?", component: , - userTypes: ["candidate"], + userTypes: ["candidate", "guest", "employer"], userMenuGroup: "profile", showInNavigation: false, showInUserMenu: true,