Skip to content

Commit

Permalink
Keeping halloween theme for a bit longer
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Nov 3, 2022
1 parent 4cf3bdd commit a157065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/creepyface-site/src/util/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const getCheckRange =
}

const isChristmas = getCheckRange({ month: 11, day: 15 }, { month: 0, day: 7 })
const isHalloween = getCheckRange({ month: 9, day: 15 }, { month: 10, day: 2 })
const isHalloween = getCheckRange({ month: 9, day: 15 }, { month: 10, day: 4 })

export const defaultTheme: Theme = { defaultUuid: 'nala', song: 'stayingAlive' }

Expand Down

0 comments on commit a157065

Please sign in to comment.