style: update fallback name in renderNames function
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
function renderNames(names) {
|
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) => {
|
options.forEach((name) => {
|
||||||
const card = document.createElement("button");
|
const card = document.createElement("button");
|
||||||
|
|||||||
Reference in New Issue
Block a user