From c31e440edfe37d45ff750699217cf4c0bba4b480 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 22:18:34 -0800 Subject: [PATCH] fix: move SpaceSwitcher next to AppSwitcher on the left, matching rApp header pattern Co-Authored-By: Claude Opus 4.6 --- frontend/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 366b060..beec102 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -83,9 +83,10 @@ export default async function RootLayout({ {/* ── Sticky Nav ──────────────────────────────────── */}
- {/* Left: App switcher + Logo */} + {/* Left: App switcher + Spaces + Logo */}
+
- {/* Right: Space switcher + Cart */} + {/* Right: Cart */}
-