The lobby's outer computer button says "Hide computer options" while its panel is open

So it reads apart from the Add button inside the panel.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-16 22:26:11 -04:00
co-authored by Claude Fable 5.1
parent f7991ee64f
commit 23b4a7675e
+1 -1
View File
@@ -2512,7 +2512,7 @@
<button class="stamp" onclick={copyInvite}>{inviteCopied ? "Invite link copied" : "Copy invite link"}</button>
{#if net.you === net.hostId && net.players.length < 6}
<button class="stamp" class:current={addingBot} onclick={() => (addingBot = !addingBot)} aria-expanded={addingBot}>
Add a computer wizard</button>
{addingBot ? "Hide computer options" : "Add a computer wizard"}</button>
{/if}
</div>
<details class="invite-fallback">