diff --git a/JoshSadieDash.html b/JoshSadieDash.html index 16dbe0a..6c33237 100644 --- a/JoshSadieDash.html +++ b/JoshSadieDash.html @@ -398,8 +398,10 @@ if (dayToDraw.isSame("2024-3-27")) cellText = "๐ŸŒด"; if (dayToDraw.isSame("2024-3-28")) cellText = "๐ŸŒด"; if (dayToDraw.isSame("2024-3-29")) cellText = "๐ŸŒด"; + if (dayToDraw.isSame("2024-4-14")) cellText = "๐Ÿ‘จโ€โœˆ๏ธ"; if (dayToDraw.isSame("2024-4-15")) cellText = "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ"; if (dayToDraw.isSame("2024-4-16")) cellText = "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ"; + if (dayToDraw.isSame("2024-4-17")) cellText = "๐Ÿ‘จโ€โœˆ๏ธ"; if (dayToDraw.isSame("2024-3-30")) cellText = "โœˆ"; if (dayToDraw.isSame("2023-11-13")) cellText = "๐ŸŒŸ"; if (!isNumeric(cellText)) textColor = `hsla(0, 0%, 0%, 1)`;