mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 17:00:02 -05:00
Merge branch 'main' of https://github.com/Sendouc/sendou.ink
This commit is contained in:
commit
8eb07cf5fd
|
|
@ -20,7 +20,7 @@ const MobileNav = ({
|
|||
}) => {
|
||||
const { bgColor } = useMyTheme();
|
||||
return (
|
||||
<Drawer isOpen={isOpen} onClose={onClose} size="full">
|
||||
<Drawer isOpen={isOpen} onClose={onClose} size="full" placement="left">
|
||||
<DrawerOverlay>
|
||||
<DrawerContent bg={bgColor}>
|
||||
<DrawerBody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user