Skip to content

Commit

Permalink
room block updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Mar 22, 2024
1 parent 2399b89 commit 37edb4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/lib/config.public.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export const events = {
export const kalahari = {
passkey: {
wi: {
opens: '03/27/2023',
closes: '06/21/2023',
opens: '04/8/2024',
closes: '06/29/2024',
url: 'https://book.passkey.com/e/50528959'
},
tx: {
Expand All @@ -125,9 +125,9 @@ export const kalahari = {
speakerPasskey: {
'wi/2024': {
bookingUrl: 'https://book.passkey.com/e/50528993',
start: '03/27/2023',
end: '06/21/2023',
blockCloseDate: '06/21/2023',
start: '04/8/2024',
end: '06/29/2024',
blockCloseDate: '06/29/2024',
accessCode: null
},
'tx/2024': {
Expand Down
6 changes: 3 additions & 3 deletions src/routes/(root)/support/travel/wi/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
<h3>Room Types</h3>
<div class="flex space-x-4">
<div class="prose-md prose w-full rounded-md border bg-white p-4 shadow-md">
<h4>Run of House</h4>
<h4>Standard Room</h4>
<p class="text-center">$249 + tax and fees</p>
</div>

<div class="prose-md prose w-full rounded-md border bg-white p-4 shadow-md">
<h4>2 Bedroom, 2 Bath Patio</h4>
<p class="text-center">$369 + tax and fees</p>
<h4>Brand New Hillside Standard Room</h4>
<p class="text-center">$249 + tax and fees</p>
</div>
</div>

Expand Down

0 comments on commit 37edb4b

Please sign in to comment.