frontend-2 #49

Merged
Ghost merged 25 commits from frontend-2 into main 2024-01-13 16:41:29 +00:00
Showing only changes of commit cf3039b64c - Show all commits

View File

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