Replace christmas profile image

This commit is contained in:
Roscoe 2024-12-25 22:52:53 +00:00
parent f6c372f7ee
commit 4f79901b63
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

View file

@ -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");