From 99380cb9cee24c67ff008637763a7ab865d0aabb Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 14 Jan 2026 19:20:37 +0100 Subject: [PATCH] replace: remove hex complete message due to not so funny and replace with +1 --- src/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index 4a86d00..bf90653 100644 --- a/src/app.js +++ b/src/app.js @@ -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}"`);