This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user