From c2506dae690c4bf27eb000164b4693942d5ed74d Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Thu, 3 Sep 2026 18:50:18 -0400 Subject: [PATCH] Color, as the rest of the table spells it Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG --- packages/web/src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index 1edebfe..3350a7f 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -1931,7 +1931,7 @@
wizard {local.setup.names.length + 1} of {local.setup.count}
What is your name?
-
Your colour
+
Your color
{#each [0, 1, 2, 3, 4, 5] as c (c)} {@const taken = local.setup.colors.includes(c)} @@ -2130,7 +2130,7 @@
{/if} {:else} -
Your colour
+
Your color
{#each [0, 1, 2, 3, 4, 5] as c (c)} {@const takenBy = Object.entries(net.roomColors).find(([, v]) => v === c)?.[0]}