Skip to content

Commit 2d1e957

Browse files
style(scrabble): change lobby status text to "Now playing" (#2266)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: tonyespinoza1 <[email protected]> Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 211a9a0 commit 2d1e957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/patterns/scrabble.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const ScrabbleLobby = pattern<LobbyInput, LobbyOutput>(
356356
{player1Name}
357357
</div>
358358
<div style={{ fontSize: "0.875rem", color: "#86868b" }}>
359-
Ready to play
359+
Now playing
360360
</div>
361361
</div>
362362
)
@@ -436,7 +436,7 @@ const ScrabbleLobby = pattern<LobbyInput, LobbyOutput>(
436436
{player2Name}
437437
</div>
438438
<div style={{ fontSize: "0.875rem", color: "#86868b" }}>
439-
Ready to play
439+
Now playing
440440
</div>
441441
</div>
442442
)

0 commit comments

Comments
 (0)