+
{currentOrg?.name?.charAt(0)}
-
+
{currentOrg?.name}
{isProjectRelated && (
<>
-
{currentWorkspace?.name}
+
+ {currentWorkspace?.name}
+
>
)}
{isOrganizationRelated && (
diff --git a/frontend/src/layouts/AppLayout/AppLayout.tsx b/frontend/src/layouts/AppLayout/AppLayout.tsx
index 8957f6d91..bf1a29da3 100644
--- a/frontend/src/layouts/AppLayout/AppLayout.tsx
+++ b/frontend/src/layouts/AppLayout/AppLayout.tsx
@@ -274,13 +274,16 @@ export const AppLayout = ({ children }: LayoutProps) => {
)}
-
+
-
+
{currentOrg?.name.charAt(0)}
{currentOrg?.name}
@@ -324,7 +327,7 @@ export const AppLayout = ({ children }: LayoutProps) => {
)
}
>
-
+
{org.name}
@@ -423,7 +426,7 @@ export const AppLayout = ({ children }: LayoutProps) => {