fixed extention for logos in project.js

master
cocaillot 5 months ago
parent 329eae11cd
commit a6b23939a4

@ -51,7 +51,7 @@ document.addEventListener("DOMContentLoaded", function () {
div.classList.add("tech-box", `${tech}-box`); // Ensure the correct class is added div.classList.add("tech-box", `${tech}-box`); // Ensure the correct class is added
const img = document.createElement("img"); const img = document.createElement("img");
img.src = `logos/${tech}.png`; img.src = `logos/${tech}.jpeg`;
img.alt = tech.toUpperCase(); img.alt = tech.toUpperCase();

Loading…
Cancel
Save