diff --git a/theme/puzzle.js b/theme/puzzle.js index e54dfff..f0bbba3 100644 --- a/theme/puzzle.js +++ b/theme/puzzle.js @@ -189,10 +189,10 @@ function answerCheck(e) { } if (possiblyCorrect) { - ok.textContent = "" + ok.textContent = "❓" ok.title = "Possibly correct" } else { - ok.textContent = "🙅" + ok.textContent = "⛔" ok.title = "Definitely not correct" } }