fix landing

This commit is contained in:
Nastya 2023-10-15 21:54:51 +03:00
parent eb316888be
commit a0b9aeb191

@ -75,7 +75,7 @@ export default function Component () {
const isMobile = useMediaQuery(theme.breakpoints.down(600));
const isTablet = useMediaQuery(theme.breakpoints.down(1000))
const isTabletOnly = useMediaQuery(theme.breakpoints.between(600, 1000))
const [open, setOpen] = useState(false);
const [open, setOpen] = useState(true);
return (
<SectionStyled tag={'section'} bg={'#333647'} mwidth={'1160px'}