From fe831a60043b55447502be64c5eae04a0edae669 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 21 Mar 2022 19:04:48 +0100 Subject: [PATCH] Updated first game date --- src/globals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.ts b/src/globals.ts index a10f702..0084b75 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -1,4 +1,4 @@ -export const GAME_STARTING_DATE = '2022-02-18' +export const GAME_STARTING_DATE = '2022-03-22' export const BXL_TZ = 'Europe/Brussels' export const LSK_DARKMODE = 'n0_dark'