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)`;