diff --git a/res/images/profile-christmas.jpg b/res/images/profile-christmas.jpg deleted file mode 100644 index 6018812..0000000 Binary files a/res/images/profile-christmas.jpg and /dev/null differ diff --git a/res/images/profile-christmas.png b/res/images/profile-christmas.png new file mode 100644 index 0000000..8fff3bc Binary files /dev/null and b/res/images/profile-christmas.png differ diff --git a/res/js/dynamic-content.js b/res/js/dynamic-content.js index 52b0f49..5dcb291 100644 --- a/res/js/dynamic-content.js +++ b/res/js/dynamic-content.js @@ -9,7 +9,7 @@ if (christmas) { head.appendChild(snowJS); const profileImage = document.querySelector("img.profile-image"); - profileImage.src = "./res/images/profile-christmas.jpg"; + profileImage.src = "./res/images/profile-christmas.png"; const quote = document.querySelector("#quote"); const title = document.querySelector("#title");