Skip to content

Commit

Permalink
fly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Hufstetler committed Feb 14, 2024
1 parent 104f148 commit 73bec90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JoshSadieDash.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)`;
Expand Down

0 comments on commit 73bec90

Please sign in to comment.