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 = "🌷";