Skip to content

Commit

Permalink
Before2
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Oct 25, 2023
1 parent d235ab2 commit dfea5c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<template v-if="!isEndOfMatch">
<template v-if="isPuzzleGame">
<p v-if="currentPositionValue === 'lose'">
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> should
<mark :class="`uni-lose`">fail</mark> the puzzle.
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> is
<mark :class="`uni-lose`">failing</mark> the puzzle.
</p>
<p v-else>
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> should
Expand Down

0 comments on commit dfea5c8

Please sign in to comment.