From f9fffad9aee9b62bceb19d55ffcf39a822e8e73a Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Tue, 25 Nov 2025 16:25:59 -0800 Subject: [PATCH] style: adjust nav bar badge breakpoints --- .../src/layouts/OrganizationLayout/components/NavBar/Navbar.tsx | 2 +- .../ProjectLayout/components/ProjectSelect/ProjectSelect.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"}