Skip to content

Commit

Permalink
Update components/LaunchWeekBanner.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly authored Sep 24, 2024
1 parent 7d2c029 commit e7cebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LaunchWeekBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function useIsItDay3InSFNow() {
const sfDate = new Date(utc + 3600000 * offset);

return (
sfDate.getDate() == 24 &&
sfDate.getDate() == 25 &&
sfDate.getMonth() == 8 &&
sfDate.getFullYear() === 2024
);
Expand Down

0 comments on commit e7cebaf

Please sign in to comment.