Skip to content

Commit 8f5f0a1

Browse files
fix class name
1 parent 6989356 commit 8f5f0a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/app/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Deckdle.modalOpen = async (type) => {
347347
</div>
348348
`
349349
const botMatchHTML = `
350-
<div class="bot-match animate__animated animate__infinity animate__pulse">
350+
<div class="bot-match animate__animated animate__infinite animate__pulse">
351351
🤖 You <strong>matched</strong> the bot! <strong>Holy cowabunga!</strong> 🤖
352352
</div>
353353
`

0 commit comments

Comments
 (0)