This commit is contained in:
2025-11-11 17:06:25 -03:00
parent c00a42ea39
commit 39aedac972
30 changed files with 802 additions and 220 deletions

View File

@@ -12,7 +12,7 @@ import {
} from 'lucide-react'
import { NavMain } from '@/components/nav-main'
import { OrgSwitcher } from '@/components/org-switcher'
import { WorkspaceSwitcher } from '@/components/workspace-switcher'
import {
Sidebar,
SidebarContent,
@@ -42,11 +42,6 @@ const data = {
url: '/admins',
icon: ShieldUserIcon
}
// {
// title: 'Webhooks',
// url: '/webhooks',
// icon: WebhookIcon
// }
],
navContent: [
{
@@ -76,7 +71,7 @@ export function AppSidebar({ orgs = [] }) {
return (
<Sidebar collapsible="icon">
<SidebarHeader>
<OrgSwitcher orgs={orgs} />
<WorkspaceSwitcher />
</SidebarHeader>
<SidebarContent>
<NavMain data={data} />