From 56269910742e0827f6e17a72b80ed51a8079c81b Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Thu, 1 Feb 2024 15:43:11 -0500 Subject: [PATCH] fix(content): fix February background release date --- website/common/script/content/appearance/backgrounds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/appearance/backgrounds.js b/website/common/script/content/appearance/backgrounds.js index e07049211c..bc9d1c011f 100644 --- a/website/common/script/content/appearance/backgrounds.js +++ b/website/common/script/content/appearance/backgrounds.js @@ -654,7 +654,7 @@ const releaseDates = { backgrounds112023: '2023-11-07T08:00-05:00', backgrounds122023: '2023-12-05T08:00-05:00', backgrounds012024: '2024-01-04T08:00-05:00', - backgrounds022024: '2024-01-12T08:00-05:00', + backgrounds022024: '2024-02-06T08:00-05:00', }; const flat = {};