From f0c3be480098d1b5a948feecf9438203e60d8f8e Mon Sep 17 00:00:00 2001 From: SabreCat Date: Thu, 29 Dec 2022 11:07:17 -0600 Subject: [PATCH] fix(event): show NYE card on client --- website/common/script/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index e4be48f1d7..d8d4165560 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -127,7 +127,7 @@ api.cardTypes = { nye: { key: 'nye', messageOptions: 5, - yearRound: moment().isBefore('2022-01-02T20:00-04:00'), + yearRound: moment().isBefore('2023-01-02T20:00-05:00'), }, thankyou: { key: 'thankyou',