diff --git a/packages/web/src/components/layout/SpaceSidebar.tsx b/packages/web/src/components/layout/SpaceSidebar.tsx index 420b91d9..a73f6c61 100644 --- a/packages/web/src/components/layout/SpaceSidebar.tsx +++ b/packages/web/src/components/layout/SpaceSidebar.tsx @@ -137,7 +137,7 @@ function SidebarItem({ id, name, icon, avatarColor, active, onClick, onContextMe ); const innerContent = ( -
+
{buttonContent} {federationBadge && (
@@ -1147,7 +1147,7 @@ export function SpaceSidebar() { hasUnread={hasDmUnread} /> -
+
{/* Unified space list (ordered by user layout) */} {resolvedLayout.map((item) => { @@ -1212,7 +1212,7 @@ export function SpaceSidebar() { ); })} -
+