Skip to content

Commit

Permalink
Get Swag action
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Feb 25, 2024
1 parent b2c2a57 commit f064148
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions config/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ export default function getConferenceActions(conference: Conference, dates: Date
})
}

if (dates.RegistrationClosed) {
actions.push({
Category: 'swag',
Title: 'Get Swag',
Url: conference.Socials.RedBubble,
})
}

if (dates.AgendaPublished) {
let agendaTitle = 'View the agenda'
if (dates.IsComplete) {
Expand Down
2 changes: 1 addition & 1 deletion config/conference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const currentInstance = date.getFullYear()
const firstInstance = 2015
const registrationOpenFrom = zonedTimeToUtc('2023-09-15T12:00:00', tz)
const registrationOpenWave2From = zonedTimeToUtc('2023-10-15T08:00:00', tz)
const registrationOpenUntil = null
const registrationOpenUntil = zonedTimeToUtc('2024-02-23T00:00:00', tz)
const presentationSubmissionsOpenFrom = zonedTimeToUtc('2023-09-01T08:00:00', tz)
const presentationSubmissionsOpenUntil = zonedTimeToUtc('2023-11-01T23:59:59', tz)
const votingOpenFrom = zonedTimeToUtc('2023-11-08T00:00:00', tz)
Expand Down

0 comments on commit f064148

Please sign in to comment.