Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Dec 24, 2023
1 parent ca9cbed commit 978e588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/javascript-fun/src/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultIcon = (function getIconFromDate() {
if (month === 9 && day > 29) {
return 'default-halloween.svg';
}
if (month === 11 && day > 19 && day < 25) {
if (month === 11 && day > 19 && day < 26) {
return 'default-xmas.svg';
}
return 'default-github-0.svg';
Expand Down

0 comments on commit 978e588

Please sign in to comment.