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

This commit is contained in:
Arslan, Erdem
2024-01-13 17:34:55 +01:00
parent cf3039b64c
commit 780088e4e7

View File

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