diff --git a/src/client/components/WorkspaceSwitcher.tsx b/src/client/components/WorkspaceSwitcher.tsx index fd713d2..2560a62 100644 --- a/src/client/components/WorkspaceSwitcher.tsx +++ b/src/client/components/WorkspaceSwitcher.tsx @@ -102,9 +102,8 @@ export const WorkspaceSwitcher: React.FC = React.memo( role="combobox" aria-expanded={open} className={cn( - 'w-full justify-between', - props.isCollapsed && - 'flex h-9 w-9 items-center justify-center p-0' + 'flex w-full justify-between', + props.isCollapsed && 'h-9 w-9 items-center justify-center p-0' )} > = React.memo( - + {currentWorkspace.name} @@ -156,7 +160,12 @@ export const WorkspaceSwitcher: React.FC = React.memo( - {workspace.name} + + {workspace.name} +