diff --git a/frontend/components/layout/Sidebar.tsx b/frontend/components/layout/Sidebar.tsx index 19ccd41c8..b6ec4702d 100644 --- a/frontend/components/layout/Sidebar.tsx +++ b/frontend/components/layout/Sidebar.tsx @@ -125,11 +125,11 @@ const Sidebar = () => { ) : ( -
+
- + {activeOrganisation?.name}
@@ -137,7 +137,7 @@ const Sidebar = () => { {showOrgsMenu && !collapsed && ( @@ -192,11 +192,11 @@ const Sidebar = () => { : 'text-zinc-700 dark:text-zinc-300 dark:hover:text-emerald-500' } group flex w-full gap-2 items-center justify-between px-2 py-2 border-b border-neutral-500/20`} > -
+
- + {org.name}