final fix of orders
All checks were successful
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Successful in 3m0s

This commit is contained in:
Arslan, Erdem
2024-01-13 17:37:32 +01:00
parent 780088e4e7
commit 29dbb57dae

View File

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