fix(14): styling and text of message
This commit is contained in:
parent
697985a480
commit
4a5a13f6d4
|
@ -141,7 +141,7 @@
|
|||
th:classappend="${showdownState.gameResult.nonEmpty} ? '' : 'invisible'"
|
||||
>
|
||||
<p
|
||||
class="text-6xl tracking-wide text-center uppercase"
|
||||
class="text-6xl font-bold text-center uppercase"
|
||||
th:text="${showdownState.gameResult.nonEmpty} ? 'You ' + ${showdownState.gameResult.get} : 'awesome'"
|
||||
>
|
||||
You lose
|
||||
|
|
|
@ -120,7 +120,7 @@ position: absolute;
|
|||
if (player == house) {
|
||||
"tied"
|
||||
} else if (player.isBeating(house)) {
|
||||
"won"
|
||||
"win"
|
||||
} else "lose"
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue