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 aebb3f267b
commit 99380cb9ce

View File

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