From acce06b3043c63713d707d91fe13d5da1c2f504e Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 10 Jan 2026 20:10:17 -0800 Subject: [PATCH] Fix sidebar lables not showign up --- .../layout/sidebar/components/project-actions.tsx | 4 ++-- .../layout/sidebar/components/sidebar-footer.tsx | 2 +- .../layout/sidebar/components/sidebar-navigation.tsx | 4 ++-- libs/types/src/settings.ts | 8 ++++++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/apps/ui/src/components/layout/sidebar/components/project-actions.tsx b/apps/ui/src/components/layout/sidebar/components/project-actions.tsx index 3730afe7..4ef09d5a 100644 --- a/apps/ui/src/components/layout/sidebar/components/project-actions.tsx +++ b/apps/ui/src/components/layout/sidebar/components/project-actions.tsx @@ -40,7 +40,7 @@ export function ProjectActions({ data-testid="new-project-button" > - New + New diff --git a/apps/ui/src/components/layout/sidebar/components/sidebar-footer.tsx b/apps/ui/src/components/layout/sidebar/components/sidebar-footer.tsx index 38381836..081add89 100644 --- a/apps/ui/src/components/layout/sidebar/components/sidebar-footer.tsx +++ b/apps/ui/src/components/layout/sidebar/components/sidebar-footer.tsx @@ -235,7 +235,7 @@ export function SidebarFooter({ {sidebarOpen && (

- Select or create a project above + Select or create a project above

) : currentProject ? ( @@ -137,7 +137,7 @@ export function SidebarNavigation({ {item.shortcut && sidebarOpen && !item.count && (