Refine root UI around shadcn primitives
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-07 22:28:52 +01:00
parent 985fbe1745
commit a18370d003
36 changed files with 1344 additions and 597 deletions
+3 -3
View File
@@ -72,10 +72,10 @@ export function getRootNavigation(
expanded: active === "portfolio",
children: [
{
label: "Overview",
label: "Projects",
href: "/root/portfolio",
icon: LayoutDashboard,
active: portfolioChild === "overview",
icon: FolderKanban,
active: portfolioChild === "overview" || portfolioChild === "projects",
},
{
label: "Add Project",