From 46e212ca41b7dd424e20a548543b1884917569a9 Mon Sep 17 00:00:00 2001 From: Jake Ginnivan Date: Sat, 16 Nov 2024 09:41:01 +0800 Subject: [PATCH] Add after party link --- .../app/components/page-components/important-dates.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/app/components/page-components/important-dates.tsx b/website/app/components/page-components/important-dates.tsx index f0e5656..bacbdd6 100644 --- a/website/app/components/page-components/important-dates.tsx +++ b/website/app/components/page-components/important-dates.tsx @@ -91,6 +91,15 @@ function importantDates(year: ConferenceYear): ImportantDateBoxProps[] { }) } + importantDates.push({ + type: 'important-date', + dateTime: year.conferenceDate?.set({ hour: 17, minute: 30, second: 0, millisecond: 0 }) ?? DateTime.local(), + event: 'After Party Tickets', + onDayMessage: 'Buy Ticket', + onDayHref: 'https://ti.to/dddperth/2024/with/el5pexoj6m8', + eventClosedMessage: 'After Party Over', + }) + if (year.talkVotingDates) { importantDates.push({ type: 'start-event',