diff --git a/src/frontend/src/components/headerComponent/index.tsx b/src/frontend/src/components/headerComponent/index.tsx index 2361df006..c81357237 100644 --- a/src/frontend/src/components/headerComponent/index.tsx +++ b/src/frontend/src/components/headerComponent/index.tsx @@ -39,7 +39,7 @@ export default function Header(): JSX.Element { variant="outline" className=" text-sm font-medium text-muted-foreground transition-colors hover:text-primary cursor-pointer " > - Main page + Home )} {autoLogin === false && ( @@ -55,18 +55,6 @@ export default function Header(): JSX.Element { )} - {location.pathname === "/admin" && ( - - )} - {isAdmin && !autoLogin && location.pathname !== "/admin" && (