Replace christmas profile image
This commit is contained in:
parent
f6c372f7ee
commit
4f79901b63
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
BIN
res/images/profile-christmas.png
Normal file
BIN
res/images/profile-christmas.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 380 KiB |
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue