1
0

Correct month for xeno.js pride

This commit is contained in:
2025-07-20 01:27:25 -05:00
parent 9c9f102add
commit 353bccc2b6

View File

@@ -14,7 +14,7 @@ var xenoXmasImg = "siteimg/xeno/deioxpk-xmas1_smol.png"
var num = Math.floor(Math.random() * (imageArray.length));
const month = new Date().getMonth();
if (month == 2) { // June - LGBTQ+ Pride
if (month == 6) { // June - LGBTQ+ Pride
console.log("Month is June - LGBTQ+ Pride!");
document.xeno.width = "550";
document.xeno.src = xenoPrideImg;