From a8db298ed48ef4cdfca0289dead3ea79535c124f Mon Sep 17 00:00:00 2001 From: Clark Sell Date: Thu, 11 Aug 2022 14:08:01 -0500 Subject: [PATCH] fix: next year defaults --- src/_utils/config.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/_utils/config.js b/src/_utils/config.js index a03c5ffd7..85019c7ed 100644 --- a/src/_utils/config.js +++ b/src/_utils/config.js @@ -78,7 +78,7 @@ export const events = { slug: 'tx/2023' }, wi: { - slug: 'wi/2022' + slug: 'wi/2023' } } }; @@ -86,29 +86,29 @@ export const events = { 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' } }