diff --git a/packages/frontend/src/components/shared/Sidebar/Sidebar.tsx b/packages/frontend/src/components/shared/Sidebar/Sidebar.tsx index 06e7b053..14ff0f3b 100644 --- a/packages/frontend/src/components/shared/Sidebar/Sidebar.tsx +++ b/packages/frontend/src/components/shared/Sidebar/Sidebar.tsx @@ -72,17 +72,19 @@ export const Sidebar = ({ mobileOpen }: SidebarProps) => { animate={{ x: isDesktop || mobileOpen ? 0 : -320 }} exit={{ x: -320 }} transition={{ ease: 'easeInOut', duration: 0.3 }} - className={cn('h-full flex-none w-[320px] lg:flex hidden flex-col', { + className={cn('h-full flex-none w-[320px] flex flex-col', { flex: mobileOpen, })} >
{/* Logo */} - {!mobileOpen && } +
+ +
{/* Switch organization */}
- +
- +