Skip to content

Commit

Permalink
fix: i forgot this one to
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK authored Jan 1, 2025
1 parent 1c7742d commit 5f93d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/icon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function setupIcon(iconf, el) {
const icon = document.createElement("img");
icon.src = "./icons/" + iconf + ".png";
icon.src = "./gallery/icons/" + iconf + ".png";
// icon.width = "20px"
// icon.height = "20px"
// icon.style.width = "40px";
Expand Down

0 comments on commit 5f93d1d

Please sign in to comment.