From f36b213f0a91406d3866eb4fd44510b022287b63 Mon Sep 17 00:00:00 2001 From: nithur-m Date: Wed, 10 Dec 2025 17:03:49 +0530 Subject: [PATCH] show text left on projects dropdown --- apps/web/src/components/DashboardLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/DashboardLayout.tsx b/apps/web/src/components/DashboardLayout.tsx index d3ed629..3be50b2 100644 --- a/apps/web/src/components/DashboardLayout.tsx +++ b/apps/web/src/components/DashboardLayout.tsx @@ -192,7 +192,7 @@ export function DashboardLayout({children}: DashboardLayoutProps) {
{project.name.charAt(0).toUpperCase()}
- {project.name} + {project.name} {activeProject?.id === project.id && (
)}