From d1ef90db2976148f78e97a7397395bfcf4991598 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Mon, 14 Feb 2022 15:15:15 -0500 Subject: [PATCH] Fixed end dates to Feb 18 --- website/common/script/content/constants/events.js | 6 +++--- website/common/script/content/index.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index f7bcd321e4..f34e5b8e7d 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -93,9 +93,9 @@ export const EVENTS = { end: '2021-04-02T08:00-05:00', aprilFools: 'invert', }, - valentines2021: { - start: '2021-02-14T08:00-05:00', - end: '2021-02-17T08:00-05:00', + valentines2022: { + start: '2022-02-14T08:00-05:00', + end: '2022-02-18T08:00-05:00', season: 'valentines', npcImageSuffix: 'valentines', }, diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index 21f6707a54..9d28943e22 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -133,7 +133,7 @@ api.cardTypes = { valentine: { key: 'valentine', messageOptions: 4, - yearRound: moment().isBefore('2022-02-17T20:00-05:00'), + yearRound: moment().isBefore('2022-02-18T20:00-05:00'), }, birthday: { key: 'birthday',