This commit is contained in:
Stefan Riesenberger 2022-05-17 22:24:39 +02:00
parent e555d5a2a4
commit 4283d8d55e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
//console.log(frogs);
let section = document.createElement("h1");
section.textContent = folder.path.replace("png/1024/","")+":";
section.textContent = folder.path.replace("svg/","")+":";
document.querySelector(".frog-holder").appendChild(section);