fix home icon
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-19 12:08:00 +03:30
parent 89d9ad7557
commit ee792b69bf
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export const getSubMenuNameFromPath = (pathname: string): string => {
}
if (pathname.startsWith("/workspace") || pathname.startsWith("/project") || pathname.startsWith("/taskmanager")) {
return "other";
return "users";
}
const segment = pathname.split("/")[1] ?? "";