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