This commit is contained in:
2026-07-01 19:50:44 -03:00
parent 714e316e77
commit b8d21a9be0
13 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
var brandsBanner = document.getElementById("brands-banner");
if (bannerPicker && brandsBanner) {
bannerPicker.addEventListener("change", function () {
brandsBanner.src = "asset/banner/" + this.value + ".png";
brandsBanner.src = "asset/banner/" + this.value + ".webp";
});
}