diff --git a/game.ico b/game.ico new file mode 100644 index 0000000..a1015fe Binary files /dev/null and b/game.ico differ diff --git a/game.png b/game.png deleted file mode 100644 index 2e1f27b..0000000 Binary files a/game.png and /dev/null differ diff --git a/index.html b/index.html index ab36511..99787ae 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
diff --git a/index.js b/index.js index 7b2643b..d59d85d 100644 --- a/index.js +++ b/index.js @@ -53,7 +53,7 @@ function onUpdate(data) { }); document.getElementById("presence").style.display = content == "" ? "none": "flex" document.getElementById("presence-content").innerText = content - document.getElementById("presence-icon").src = listening ? "music.png" : "game.png" + document.getElementById("presence-icon").src = listening ? "music.ico" : "game.ico" } LanyardWrapper.connectWebSocket("886685857560539176", onUpdate) .catch(err => { diff --git a/music.ico b/music.ico new file mode 100644 index 0000000..b637078 Binary files /dev/null and b/music.ico differ diff --git a/music.png b/music.png deleted file mode 100644 index 9d8e759..0000000 Binary files a/music.png and /dev/null differ