Update dependencies.

This commit is contained in:
Lee Robinson 2024-01-20 10:39:02 -06:00
parent 1116b4595b
commit a519c3d3bf
21 changed files with 621 additions and 629 deletions

View file

@ -12,12 +12,12 @@ export function SidebarToggle() {
return (
<Button
variant="ghost"
className="-ml-2 hidden h-9 w-9 p-0 lg:flex"
className="-ml-2 hidden size-9 p-0 lg:flex"
onClick={() => {
toggleSidebar()
}}
>
<IconSidebar className="h-6 w-6" />
<IconSidebar className="size-6" />
<span className="sr-only">Toggle Sidebar</span>
</Button>
)