fix order of tailwind classes 2
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:28:17 +01:00
parent 6dcf0a3290
commit 1e7bbb0aba

View File

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