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 780088e4e7 - Show all commits

View File

@@ -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>