From 6b6646af1a824cb515850b4a721be4c8561a4e27 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 31 Mar 2026 09:58:07 -0700 Subject: [PATCH] fix: add space-switcher dropdown to main landing page header The rspace.online root page was missing the rstack-space-switcher component that all other pages (module pages, space dashboard, module landing pages) already include in their headers. Co-Authored-By: Claude Opus 4.6 --- server/landing.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/landing.ts b/server/landing.ts index e133fd0..ce155cf 100644 --- a/server/landing.ts +++ b/server/landing.ts @@ -64,6 +64,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
+