From 155f11eabb55ced3969b18f3f834fd2541e17b8a Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 4 Oct 2021 19:01:47 -0500 Subject: [PATCH] feat(event): set canonical time range --- website/common/script/content/constants/events.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 22e35642cc..16e5c3fe66 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -16,11 +16,12 @@ export const EVENTS = { npcImageSuffix: '', }, fall_extra_gems: { // eslint-disable-line camelcase - start: '2021-09-23T14:00-04:00', - end: '2021-10-31T20:00-04:00', + start: '2021-10-05T08:00-04:00', + end: '2021-10-12T20:00-04:00', npcImageSuffix: '_fall', season: 'fall', gemsPromo, + promo: 'fall_extra_gems', }, fall2021: { start: '2021-09-21T08:00-04:00',