mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
Removed member resouce sidebar to work with new sidebar.
This commit is contained in:
@@ -26,14 +26,7 @@ export const orgLangingNavItems: SidebarNavItem[] = [
|
||||
{
|
||||
title: "sidebarAccount",
|
||||
href: "/{orgId}",
|
||||
icon: <User className="h-4 w-4" />,
|
||||
autoExpand: true,
|
||||
children: [
|
||||
{
|
||||
title: "sidebarResources",
|
||||
href: "/{orgId}"
|
||||
}
|
||||
]
|
||||
icon: <User className="h-4 w-4" />
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user