Various bug fixes and improvements.
This commit is contained in:
@@ -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' : 'Opponent’s'} 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) => (
|
||||
|
||||
Reference in New Issue
Block a user