diff --git a/JoshSadieDash.html b/JoshSadieDash.html index d39d0b2..16dbe0a 100644 --- a/JoshSadieDash.html +++ b/JoshSadieDash.html @@ -398,6 +398,8 @@ 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-15")) cellText = "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ"; + if (dayToDraw.isSame("2024-4-16")) cellText = "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ"; if (dayToDraw.isSame("2024-3-30")) cellText = "โœˆ"; if (dayToDraw.isSame("2023-11-13")) cellText = "๐ŸŒŸ"; if (!isNumeric(cellText)) textColor = `hsla(0, 0%, 0%, 1)`;