diff --git a/frontend/src/components/navigation/NavHeader.tsx b/frontend/src/components/navigation/NavHeader.tsx index 2bf596915..92a6875a6 100644 --- a/frontend/src/components/navigation/NavHeader.tsx +++ b/frontend/src/components/navigation/NavHeader.tsx @@ -56,18 +56,20 @@ export default function NavHeader({ return (
-
+
{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) => {