Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
fix easter eggs
Browse files Browse the repository at this point in the history
	modified:   people.html
  • Loading branch information
wish13yt committed Sep 14, 2024
1 parent 70f78fa commit 096b53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1>People who didn't help but still deserve to be here :)</h1>
giancaClickCount++;
if (giancaClickCount >= 10) {
const image = document.getElementById('personImage');
image.src = 'images/giancafort.jpeg';
image.src = 'images/pfps/giancafort.jpeg';
isGiancaReplaced = true;
}
}
Expand All @@ -173,7 +173,7 @@ <h1>People who didn't help but still deserve to be here :)</h1>
kmClickCount++;
if (kmClickCount >= 10) {
const image = document.getElementById('personImage');
image.src = 'images/KM.png';
image.src = 'images/pfps/KM.png';
isKMReplaced = true;
}
}
Expand Down

0 comments on commit 096b53a

Please sign in to comment.