fix: rename rStack to rSpace in app switcher dropdown

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-28 22:35:21 -08:00
parent 2b58068a1a
commit 47b585665d
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ export class RStackAppSwitcher extends HTMLElement {
<a class="rstack-header" href="https://rstack.online" target="_blank" rel="noopener">
<span class="rstack-badge">r*</span>
<div class="rstack-info">
<span class="rstack-title">rStack</span>
<span class="rstack-title">rSpace</span>
<span class="rstack-subtitle">Self-hosted community app suite</span>
</div>
</a>
@ -224,7 +224,7 @@ export class RStackAppSwitcher extends HTMLElement {
? `<span class="trigger-badge" style="background:${badgeInfo.color}">${badgeInfo.badge}</span> ${currentMod!.name}`
: currentMod
? `${currentMod.icon} ${currentMod.name}`
: `<span class="trigger-badge rstack-gradient">r*</span> rStack`;
: `<span class="trigger-badge rstack-gradient">r*</span> rSpace`;
this.#shadow.innerHTML = `
<style>${STYLES}</style>