From 104f148478863e0a59da63b1ab24add9e7a7772c Mon Sep 17 00:00:00 2001 From: Jesse Hufstetler Date: Tue, 13 Feb 2024 18:24:00 -0500 Subject: [PATCH] biz --- JoshSadieDash.html | 2 ++ 1 file changed, 2 insertions(+) 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)`;