Skip to content

Commit 6fec28f

Browse files
committed
little codecleanup :)
1 parent 92670e8 commit 6fec28f

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

js/detect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ document.addEventListener("DOMContentLoaded", async function () {
4242
text.style.color = "#d9534f";
4343

4444
const gif = document.createElement("img");
45-
gif.src = window.innerWidth <= 768 ? "/images/troubleshoot/mobile.gif" : "/images/troubleshoot/desktop.gif";
45+
gif.src = window.innerWidth <= 768 ? "/assets/troubleshoot/mobile.gif" : "/assets/troubleshoot/desktop.gif";
4646
gif.loading = "lazy";
4747
gif.style.width = "100%";
4848
gif.style.marginTop = "10px";

0 commit comments

Comments
 (0)