Global container

This commit is contained in:
Émile Ré
2025-03-14 15:28:57 +04:00
parent fdb247b813
commit 6d9851190e
2 changed files with 9 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ export function AppSidebarShell({
...props
}: AppSidebarShellProps) {
return (
<Sidebar variant="inset" {...props}>
<Sidebar variant="sidebar" {...props}>
<SidebarHeader>{organizationSwitcher}</SidebarHeader>
<SidebarContent>
{navMain}