final fix for the order of tailwind classes
Some checks failed
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Failing after 1m50s

This commit is contained in:
Arslan, Erdem
2024-01-13 17:23:32 +01:00
parent f82afe5466
commit 6dcf0a3290

View File

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