fix order of tailwind classes 3
Some checks failed
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Failing after 1m57s

This commit is contained in:
Arslan, Erdem
2024-01-13 17:31:02 +01:00
parent 1e7bbb0aba
commit cf3039b64c

View File

@@ -185,7 +185,7 @@ export function Sidebar(props: SidebarProps) {
primaryTypographyProps={{ primaryTypographyProps={{
color: "inherit", color: "inherit",
}} }}
className="lg:block mr-4 hidden" className="hidden mr-4 lg:block"
/> />
{collapseMenuOpen ? <ExpandLess /> : <ExpandMore />} {collapseMenuOpen ? <ExpandLess /> : <ExpandMore />}
</ListItemButton> </ListItemButton>