mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
fix org landing
This commit is contained in:
parent
97af632c61
commit
566e66daa4
2 changed files with 25 additions and 5 deletions
|
@ -9,6 +9,14 @@ import {
|
|||
Fingerprint
|
||||
} from "lucide-react";
|
||||
|
||||
export const orgLangingNavItems: SidebarNavItem[] = [
|
||||
{
|
||||
title: "Overview",
|
||||
href: "/{orgId}",
|
||||
icon: <Home className="h-4 w-4" />
|
||||
}
|
||||
];
|
||||
|
||||
export const rootNavItems: SidebarNavItem[] = [
|
||||
{
|
||||
title: "Home",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue