diff --git a/frontend/src/layouts/OrganizationLayout/components/NavBar/Navbar.tsx b/frontend/src/layouts/OrganizationLayout/components/NavBar/Navbar.tsx
index e28111efc..e55bdfc09 100644
--- a/frontend/src/layouts/OrganizationLayout/components/NavBar/Navbar.tsx
+++ b/frontend/src/layouts/OrganizationLayout/components/NavBar/Navbar.tsx
@@ -327,7 +327,7 @@ export const Navbar = () => {
{currentOrg?.name}
-
+
Organization
{subscription.cardDeclined && (
diff --git a/frontend/src/layouts/ProjectLayout/components/ProjectSelect/ProjectSelect.tsx b/frontend/src/layouts/ProjectLayout/components/ProjectSelect/ProjectSelect.tsx
index 609610264..45325d22d 100644
--- a/frontend/src/layouts/ProjectLayout/components/ProjectSelect/ProjectSelect.tsx
+++ b/frontend/src/layouts/ProjectLayout/components/ProjectSelect/ProjectSelect.tsx
@@ -108,7 +108,7 @@ export const ProjectSelect = () => {
>
{currentWorkspace?.name}
-
+
{currentWorkspace.type ? PROJECT_TYPE_NAME[currentWorkspace.type] : "Project"}