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