diff --git a/shared/components/rstack-app-switcher.ts b/shared/components/rstack-app-switcher.ts index 6d2440c..0d4bdd3 100644 --- a/shared/components/rstack-app-switcher.ts +++ b/shared/components/rstack-app-switcher.ts @@ -247,7 +247,7 @@ export class RStackAppSwitcher extends HTMLElement { #getSpaceSlug(): string { // Read from the space switcher or URL const spaceSwitcher = document.querySelector("rstack-space-switcher"); - if (spaceSwitcher) return spaceSwitcher.getAttribute("current") || "personal"; + if (spaceSwitcher) return spaceSwitcher.getAttribute("current") || "demo"; return getCurrentSpace(); } diff --git a/website/index.html b/website/index.html index a8cb0dc..30adefd 100644 --- a/website/index.html +++ b/website/index.html @@ -369,7 +369,7 @@
- Try Demo + Try Demo
@@ -380,7 +380,7 @@
Create a Space - Try the Demo + Try the Demo
@@ -558,21 +558,21 @@
- 🌌 rSpace - πŸ’° rWallet - πŸ—³ rVote - πŸ—Ί rMaps - πŸ“ rFiles - πŸ“ rNotes - ✈ rTrips - πŸ’Έ rFunds - πŸ•ΈοΈ rNetwork - πŸ›’ rCart - 🎬 rTube - πŸ’¬ rChats - πŸ’­ rForum - πŸ‘• rSwag - πŸ“Š rData + 🌌 rSpace + πŸ’° rWallet + πŸ—³ rVote + πŸ—Ί rMaps + πŸ“ rFiles + πŸ“ rNotes + ✈ rTrips + πŸ’Έ rFunds + πŸ•ΈοΈ rNetwork + πŸ›’ rCart + 🎬 rTube + πŸ’¬ rChats + πŸ’­ rForum + πŸ‘• rSwag + πŸ“Š rData