Skip to content

Commit

Permalink
wish you were here gary
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Hufstetler committed Feb 25, 2024
1 parent ab2969c commit 4ca4589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JoshSadieDash.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "๐ŸŒท";
Expand Down

0 comments on commit 4ca4589

Please sign in to comment.