diff --git a/JoshSadieDash.html b/JoshSadieDash.html
index 6c33237..b4ff3a7 100644
--- a/JoshSadieDash.html
+++ b/JoshSadieDash.html
@@ -371,7 +371,8 @@
dayToDraw.date() == 4) cellText = "πΊπΈ";
if (dayToDraw.month() == 11 &&
dayToDraw.date() == 31) cellText = "π";
- if (dayToDraw.isSame(moment("2023-4-16"))) cellText = "π";
+ if (dayToDraw.month() == 3 &&
+ dayToDraw.date() == 20) cellText = "π";
if (dayToDraw.month() == 4 &&
dayToDraw.date() > 24 &&
dayToDraw.day() === 1) cellText = "π·";