fix(14): styling and text of message

This commit is contained in:
efim
2023-07-02 06:26:28 +00:00
parent 697985a480
commit 4a5a13f6d4
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ position: absolute;
if (player == house) {
"tied"
} else if (player.isBeating(house)) {
"won"
"win"
} else "lose"
})
}