Skip to content

Commit

Permalink
biz
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Hufstetler committed Feb 13, 2024
1 parent f05afb3 commit 104f148
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,6 +398,8 @@
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-15")) cellText = "πŸ‘©β€πŸ‘§β€πŸ‘¦";
if (dayToDraw.isSame("2024-4-16")) 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 104f148

Please sign in to comment.