fix landing
This commit is contained in:
parent
eb316888be
commit
a0b9aeb191
@ -75,7 +75,7 @@ export default function Component () {
|
|||||||
const isMobile = useMediaQuery(theme.breakpoints.down(600));
|
const isMobile = useMediaQuery(theme.breakpoints.down(600));
|
||||||
const isTablet = useMediaQuery(theme.breakpoints.down(1000))
|
const isTablet = useMediaQuery(theme.breakpoints.down(1000))
|
||||||
const isTabletOnly = useMediaQuery(theme.breakpoints.between(600, 1000))
|
const isTabletOnly = useMediaQuery(theme.breakpoints.between(600, 1000))
|
||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(true);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SectionStyled tag={'section'} bg={'#333647'} mwidth={'1160px'}
|
<SectionStyled tag={'section'} bg={'#333647'} mwidth={'1160px'}
|
||||||
|
Loading…
Reference in New Issue
Block a user