Skip to content

Commit fe2cccb

Browse files
removed fall from auto seasonal and added it to the first week of fall
1 parent bf527fb commit fe2cccb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/constants/themeDates.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ export default function GetAutoThemeId() {
3636
return themeIds.feastOfSaintPatrickId;
3737
}
3838

39+
if (
40+
isInDateRange(
41+
currentDate,
42+
new Date(`09/22/${currentYear}`),
43+
new Date(`09/30/${currentYear}`)
44+
)
45+
) {
46+
return themeIds.autumnBId;
47+
}
48+
3949
if (
4050
isInDateRange(
4151
currentDate,

0 commit comments

Comments
 (0)