Update dependencies.
This commit is contained in:
parent
1116b4595b
commit
a519c3d3bf
21 changed files with 621 additions and 629 deletions
|
|
@ -15,8 +15,8 @@ export function SidebarMobile({ children }: SidebarMobileProps) {
|
|||
return (
|
||||
<Sheet>
|
||||
<SheetTrigger asChild>
|
||||
<Button variant="ghost" className="-ml-2 flex h-9 w-9 p-0 lg:hidden">
|
||||
<IconSidebar className="h-6 w-6" />
|
||||
<Button variant="ghost" className="-ml-2 flex size-9 p-0 lg:hidden">
|
||||
<IconSidebar className="size-6" />
|
||||
<span className="sr-only">Toggle Sidebar</span>
|
||||
</Button>
|
||||
</SheetTrigger>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue