Skip to content

Commit

Permalink
Merge pull request #1284 from ThatConference/cs/defaults
Browse files Browse the repository at this point in the history
fix: next year defaults
  • Loading branch information
theClarkSell authored Aug 11, 2022
2 parents d39511e + a8db298 commit 36f6d62
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/_utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,37 +78,37 @@ export const events = {
slug: 'tx/2023'
},
wi: {
slug: 'wi/2022'
slug: 'wi/2023'
}
}
};

export const kalahari = {
passkey: {
wi: {
opens: '04/11/2022',
closes: '06/22/2022',
opens: '04/11/2023',
closes: '06/22/2023',
url: 'https://book.passkey.com/e/50053977'
},
tx: {
opens: '01/01/2022',
closes: '05/01/2022',
opens: '01/01/2023',
closes: '05/01/2023',
url: 'https://book.passkey.com/e/50279810'
}
},
speakerPasskey: {
'wi/2022': {
'wi/2023': {
bookingUrl: 'https://book.passkey.com/e/50318258',
start: '04/11/2022',
end: '06/22/2022',
blockCloseDate: '06/22/2022',
start: '04/11/2023',
end: '06/22/2023',
blockCloseDate: '06/22/2023',
discountCode: 'THATWI'
},
'tx/2022': {
'tx/2023': {
bookingUrl: 'https://book.passkey.com/e/50279812',
start: '05/22/2022',
end: '05/26/2022',
blockCloseDate: '05/13/2022',
start: '05/22/2023',
end: '05/26/2023',
blockCloseDate: '05/13/2023',
discountCode: 'THATTX'
}
}
Expand Down

1 comment on commit 36f6d62

@vercel
Copy link

@vercel vercel bot commented on 36f6d62 Aug 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.