master
cocaillot 5 months ago
parent ecd3dde832
commit 0e56006968

@ -54,6 +54,7 @@ document.addEventListener("DOMContentLoaded", function () {
img.src = `icons/${tech}.png`; img.src = `icons/${tech}.png`;
img.alt = tech.toUpperCase(); img.alt = tech.toUpperCase();
const text = document.createElement("span"); const text = document.createElement("span");
text.innerText = tech.toUpperCase(); text.innerText = tech.toUpperCase();

Loading…
Cancel
Save