From 353bccc2b6b8184f993aea05a0119e5f2662bbbb Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 20 Jul 2025 01:27:25 -0500 Subject: [PATCH] Correct month for xeno.js pride --- xeno.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeno.js b/xeno.js index 3b44f8d..608245b 100644 --- a/xeno.js +++ b/xeno.js @@ -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;