chore: update navigation

This commit is contained in:
steven
2023-11-09 08:46:26 +08:00
parent dca90fb5d2
commit eb6b0ddead
9 changed files with 22 additions and 24 deletions

View File

@ -25,7 +25,7 @@ const HomeSidebarDrawer = () => {
<IconButton onClick={toggleDrawer(true)}>
<Icon.Search className="w-5 h-auto dark:text-gray-200" />
</IconButton>
<Drawer anchor="right" open={open} onClose={toggleDrawer(false)}>
<Drawer anchor="right" size="sm" open={open} onClose={toggleDrawer(false)}>
<div className="w-full px-4">
<HomeSidebar />
</div>