diff --git a/apps/web/src/components/DashboardLayout.tsx b/apps/web/src/components/DashboardLayout.tsx index c49a920..26709e6 100644 --- a/apps/web/src/components/DashboardLayout.tsx +++ b/apps/web/src/components/DashboardLayout.tsx @@ -180,7 +180,7 @@ export function DashboardLayout({children}: DashboardLayoutProps) { className="w-full flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-neutral-50 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2" >
-
+
{activeProject?.name.charAt(0).toUpperCase() || 'P'}
{activeProject?.name || 'Select project'} @@ -204,7 +204,7 @@ export function DashboardLayout({children}: DashboardLayoutProps) { }} className="w-full flex items-center gap-2 px-3 py-2 text-sm hover:bg-neutral-50 transition-colors whitespace-nowrap focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2" > -
+
{project.name.charAt(0).toUpperCase()}
{project.name}