From 241bb19c8252bc82085f4a33713d908b83962401 Mon Sep 17 00:00:00 2001 From: bourgeoisor <3271352+bourgeoisor@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:27:10 -0400 Subject: [PATCH] Update countdowns --- frontend/src/assets/news.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/assets/news.json b/frontend/src/assets/news.json index 8ff44d75..115211b7 100644 --- a/frontend/src/assets/news.json +++ b/frontend/src/assets/news.json @@ -1,15 +1,15 @@ { - "latestCountdownID": 30, + "latestCountdownID": 31, "countdowns": [ - { - "title": "Patch 6.45", - "start": 1689674400 - }, { "title": "Moon Fire Faire 2023", "url": "https://na.finalfantasyxiv.com/lodestone/special/2023/Moonfire_Faire/oct9miki0d", - "start": 1699596000, + "start": 1691654400, "end": 1693062000 + }, + { + "title": "Patch 6.45", + "start": 1689674400 } ], "latestID": 230523,