From ae7efdb6a48a819bf15a057aea92b4e3d6e98359 Mon Sep 17 00:00:00 2001 From: Jake Ginnivan Date: Sat, 9 Nov 2024 08:02:32 +0800 Subject: [PATCH] Update ticket sales date --- website/app/components/page-components/important-dates.tsx | 2 +- website/app/config/years/2024.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/app/components/page-components/important-dates.tsx b/website/app/components/page-components/important-dates.tsx index c672100..665a48a 100644 --- a/website/app/components/page-components/important-dates.tsx +++ b/website/app/components/page-components/important-dates.tsx @@ -115,7 +115,7 @@ const ImportantDateBox: FC = ({ () => { setDaysLeft(calculateDaysLeft()) }, - 1000 * 60 * 60 * 24, + 1000 * 60 * 60, ) return () => clearTimeout(timer) diff --git a/website/app/config/years/2024.ts b/website/app/config/years/2024.ts index 72d720e..e196963 100644 --- a/website/app/config/years/2024.ts +++ b/website/app/config/years/2024.ts @@ -44,7 +44,7 @@ export const conference2024: ConferenceYear = { opens: DateTime.fromISO('2024-06-21T08:00:00', { zone: 'Australia/Perth', }), - closes: DateTime.fromISO('2024-11-15T23:59:59', { + closes: DateTime.fromISO('2024-11-11T23:59:59', { zone: 'Australia/Perth', }), },