style: update fallback name in renderNames function

This commit is contained in:
2026-08-12 14:16:55 +02:00
parent ae330aeae8
commit 617d906d3e
+1 -1
View File
@@ -36,7 +36,7 @@
});
function renderNames(names) {
const options = names.length > 0 ? names : ["Mein name ist Amor 😽"];
const options = names.length > 0 ? names : ["Du weißt, wer ich bin"];
options.forEach((name) => {
const card = document.createElement("button");