We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ddc9c commit 5c37375Copy full SHA for 5c37375
1 file changed
assets/js/app/modals.js
@@ -413,7 +413,7 @@ Deckdle.modalOpen = async (type) => {
413
// flip stockCount so it's negative (bot score will be negative, too)
414
if (-stockCount < botScore) {
415
modalText += `
416
- <div class="bot-match">
+ <div class="bot-beat">
417
<div>🤖🤖🤖</div>
418
<div>You <strong>beat</strong> the bot! <em>How on earth...?!?!</em></div>
419
@@ -434,7 +434,7 @@ Deckdle.modalOpen = async (type) => {
434
435
`
436
} else if (tableauCount == botScore) {
437
- modalText += `<div>🤖 You matched the bot! <strong>Holy cowabunga!</strong> 🤖</div>`
+ modalText += `<div class="bot-match">🤖 You matched the bot! <strong>Holy cowabunga!</strong> 🤖</div>`
438
}
439
440
0 commit comments