diff --git a/web/static/scripts/gallery.js b/web/static/scripts/gallery.js
index 0fb9ea2..78c04ee 100644
--- a/web/static/scripts/gallery.js
+++ b/web/static/scripts/gallery.js
@@ -100,7 +100,7 @@ function wallpaper(data) {
if($(`img#${id}.card-img-top`).attr("src") !== "http://localhost:4662/static/image/placeholder.png") {
button.innerHTML = ``;
} else {
- button.innerHTML = ``;
+ button.innerHTML = ``;
}
let setWallpaper = document.querySelector("#setWallpaper");