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 <noreply@anthropic.com>
This commit is contained in:
parent
3be0fb6eed
commit
6b6646af1a
|
|
@ -64,6 +64,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
|
|||
<div class="rstack-header__left">
|
||||
<a href="/" style="display:flex;align-items:center;margin-right:4px"><img src="/favicon.png" alt="rSpace" class="rstack-header__logo"></a>
|
||||
<rstack-app-switcher current=""></rstack-app-switcher>
|
||||
<rstack-space-switcher current="" name="Spaces"></rstack-space-switcher>
|
||||
</div>
|
||||
<div class="rstack-header__center">
|
||||
<rstack-mi></rstack-mi>
|
||||
|
|
|
|||
Loading…
Reference in New Issue