Skip to content

Commit

Permalink
Merge pull request #23 from dddwa/update-ticket-sales-date
Browse files Browse the repository at this point in the history
Update ticket sales date
  • Loading branch information
JakeGinnivan authored Nov 9, 2024
2 parents a046c99 + ae7efdb commit c009f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/app/components/page-components/important-dates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const ImportantDateBox: FC<ImportantDateBoxProps> = ({
() => {
setDaysLeft(calculateDaysLeft())
},
1000 * 60 * 60 * 24,
1000 * 60 * 60,
)

return () => clearTimeout(timer)
Expand Down
2 changes: 1 addition & 1 deletion website/app/config/years/2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
},
Expand Down

0 comments on commit c009f5b

Please sign in to comment.