generated from Luis/nextjs-python-web-template
fix order of tailwind classes 4
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user