From 182de4143d834129e1ad419c0c6e19d41e4c45b4 Mon Sep 17 00:00:00 2001 From: Githelp AI Aagent Date: Tue, 25 Aug 2026 18:12:29 +0000 Subject: [PATCH] feat: What to change: The top left dropdown-field showing all projects associated w... Task: 21d4ec91 Source: slack Requested by: U04E9DZ5ELF --- src/components/layout/top-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/top-bar.tsx b/src/components/layout/top-bar.tsx index 6a06826..eb1f113 100644 --- a/src/components/layout/top-bar.tsx +++ b/src/components/layout/top-bar.tsx @@ -272,7 +272,7 @@ export function TopBar() { }} > - Add new + {user.role === "helper" ? "Ask to be validated" : "Add new"}