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'"
|
th:classappend="${showdownState.gameResult.nonEmpty} ? '' : 'invisible'"
|
||||||
>
|
>
|
||||||
<p
|
<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'"
|
th:text="${showdownState.gameResult.nonEmpty} ? 'You ' + ${showdownState.gameResult.get} : 'awesome'"
|
||||||
>
|
>
|
||||||
You lose
|
You lose
|
||||||
|
|
|
@ -120,7 +120,7 @@ position: absolute;
|
||||||
if (player == house) {
|
if (player == house) {
|
||||||
"tied"
|
"tied"
|
||||||
} else if (player.isBeating(house)) {
|
} else if (player.isBeating(house)) {
|
||||||
"won"
|
"win"
|
||||||
} else "lose"
|
} else "lose"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue