Open kommander opened 4 years ago
better than const isMobile = useMediaQuery("(max-width:600px)");
const isMobile = useMediaQuery("(max-width:600px)");
also centralize the breakpoints :)
if you mean the hook inside AppBar it should not be needed... it was fixing a weird bug with the svg icon that might not be there anymore I try it out later.
better than
const isMobile = useMediaQuery("(max-width:600px)");