The unmasking fits the row: a mask glyph instead of prose

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0138A8CjeQRpvzKxuMfz1Bqc
This commit is contained in:
Eric Wagoner
2026-08-18 00:46:01 -04:00
co-authored by Claude Fable 5
parent 55c76cf20e
commit b650e1e636
+1 -1
View File
@@ -185,7 +185,7 @@ function roomInfo(room: Room) {
[...room.bots].map(([name, b]) => [
name,
room.state?.phase === "finished"
? `${b.tier} ${b.style}${b.secret ? " (was a mystery)" : ""}`
? `${b.tier} ${b.style}${b.secret ? " 🎭" : ""}`
: `${b.tier} ${b.secret ? "mystery" : b.style}`,
]),
),