chore: add use reponsive width

This commit is contained in:
Steven
2023-11-10 11:22:32 +08:00
parent 9227ca5b5b
commit 0ea0645258
5 changed files with 33 additions and 11 deletions

View File

@ -21,7 +21,7 @@ const NavigationDrawer = () => {
};
return (
<div className="sm:hidden">
<>
<IconButton onClick={toggleDrawer(true)}>
<Icon.Menu className="w-5 h-auto dark:text-gray-200" />
</IconButton>
@ -30,7 +30,7 @@ const NavigationDrawer = () => {
<Navigation />
</div>
</Drawer>
</div>
</>
);
};