diff --git a/package.json b/package.json index 8db3288..51c7dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thatconference.com", - "version": "4.2.0", + "version": "4.3.0", "description": "THATConference.com website", "main": "index.js", "type": "module", diff --git a/src/_utils/config.public.js b/src/_utils/config.public.js index a74f521..461bff2 100644 --- a/src/_utils/config.public.js +++ b/src/_utils/config.public.js @@ -77,28 +77,28 @@ export const events = { export const kalahari = { passkey: { wi: { - opens: '04/11/2023', - closes: '06/22/2023', - url: 'https://book.passkey.com/' + opens: '03/27/2023', + closes: '06/21/2023', + url: 'https://book.passkey.com/e/50528959' }, tx: { - opens: '10/21/2023', - closes: '12/26/2023', - url: 'https://book.passkey.com/e/50408131' + opens: '10/21/2022', + closes: '12/26/2022', + url: 'https://book.passkey.com/e/' } }, speakerPasskey: { 'wi/2023': { - bookingUrl: 'https://book.passkey.com/', - start: '04/11/2023', - end: '06/22/2023', - blockCloseDate: '06/22/2023' + bookingUrl: 'https://book.passkey.com/e/50528993', + start: '03/27/2023', + end: '06/21/2023', + blockCloseDate: '06/21/2023' }, 'tx/2023': { - bookingUrl: 'https://book.passkey.com/e/50410736', - start: '10/21/2023', - end: '12/26/2023', - blockCloseDate: '12/26/2023' + bookingUrl: 'https://book.passkey.com/e/', + start: '10/21/2022', + end: '12/26/2022', + blockCloseDate: '12/26/2022' } } }; diff --git a/src/routes/support/travel/wi/+page.svelte b/src/routes/support/travel/wi/+page.svelte index 7d17e56..4118add 100644 --- a/src/routes/support/travel/wi/+page.svelte +++ b/src/routes/support/travel/wi/+page.svelte @@ -20,7 +20,7 @@ description: '', openGraph: { type: 'website', - url: `https://thatconference.com/support/travel/wi/` + url: `https://that.us/support/travel/wi/` } }) }))(); @@ -32,6 +32,7 @@ const close = closeTime.format('dddd, MMMM D, YYYY'); const isRoomBlockOpen = dayjs().isBetween(openTime.subtract(1, 'day'), closeTime.add(1, 'day')); + const isNotOpenYet = dayjs().isBefore(openTime); @@ -80,13 +81,13 @@

Room Types

-

Double Queen Sofa

-

$200 + tax and fees

+

Run of House

+

$249 + tax and fees

-

2 Bedroom Suite

-

$324 + tax and fees

+

2 Bedroom, 2 Bath Patio

+

$369 + tax and fees

@@ -102,8 +103,17 @@

Booking Your Reservation

A dedicated website is now available for you to book your hotel room online.

+

+ Please note that in addition to our negotiated room rates, all Kalahari available + rooms will show as an option to reserve. +

- {#if !isRoomBlockOpen} + {#if !isRoomBlockOpen && isNotOpenYet} +

+ Our discount block has not opened yet. Please come back on {open} +

+ {:else}

Please note that our block discounts have ended, but you can still book your stay at the Kalahari. @@ -117,7 +127,7 @@ -

+