replace: remove hex complete message due to not so funny and replace with +1

This commit is contained in:
2026-01-14 19:20:37 +01:00
parent 53003888f1
commit 0595b2b718

View File

@@ -647,7 +647,7 @@ function runCode() {
// Show match animation (rotating gradient glow)
const crispyQuotes = [
"Crispyyyyyy!",
"Crissssssssspy!",
"You did it!",
"Good job!",
"Nailed it!",
@@ -655,7 +655,8 @@ function runCode() {
"Well done!",
"Awesome!",
"Nice work!",
"0x2B 0x31"
//"0x2B 0x31",
"+1"
];
const randomQuote = crispyQuotes[Math.floor(Math.random() * crispyQuotes.length)];
elements.previewWrapper?.style.setProperty("--crispy-quote", `"${randomQuote}"`);