fix: change +1 message from binary to hex (0x2B 0x31)

This commit is contained in:
2026-01-14 17:26:20 +01:00
parent 22c49ae713
commit 6e2fce813f

View File

@@ -649,7 +649,7 @@ function runCode() {
"Well done!",
"Awesome!",
"Nice work!",
"00101011 00110001"
"0x2B 0x31"
];
const randomQuote = crispyQuotes[Math.floor(Math.random() * crispyQuotes.length)];
elements.previewWrapper?.style.setProperty("--crispy-quote", `"${randomQuote}"`);