Skip to content

Commit

Permalink
Merge pull request #41 from dddwa/fix/after-party-link
Browse files Browse the repository at this point in the history
Add after party link
  • Loading branch information
JakeGinnivan authored Nov 16, 2024
2 parents 60188d5 + 46e212c commit 8c76608
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/app/components/page-components/important-dates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8c76608

Please sign in to comment.