Various bug fixes and improvements.

This commit is contained in:
Greyson Parrelli
2026-07-24 10:47:59 -04:00
parent 0fe0757e18
commit 6558806ba0
10 changed files with 66 additions and 27 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ export function BattlePhase({ view, send, step, setStep }: Props) {
<div className={`deck-peek deck-peek-${peek.dir}`} style={style}>
<div className="deck-peek-label">
{peek.seat === youSeat ? 'Your' : 'Opponents'} deck · {lineup.length} card
{lineup.length !== 1 ? 's' : ''} (top first)
{lineup.length !== 1 ? 's' : ''} (first on the right)
</div>
<div className="deck-peek-cards">
{lineup.map((c, i) => (