left placement (#442)

This commit is contained in:
Igor
2021-04-26 16:19:22 +03:00
committed by GitHub
parent d1f1f4adc1
commit b55bb4b4ed

View File

@@ -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>