Skip to content

Commit 6529c51

Browse files
authored
add hotel info (graphql#1691)
1 parent 2b05d57 commit 6529c51

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/app/conf/2024/venue.tsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,20 @@ export function Venue() {
3737
</div>
3838
<div>
3939
<h3 className={classes.heading}>Hotel Information</h3>
40-
Hotel Information Coming Soon!
40+
<b>Booking Link:</b>{" "}
41+
<a
42+
href="https://book.passkey.com/go/graphqlorgconf2024"
43+
target="_blank"
44+
rel="noreferrer"
45+
>
46+
https://book.passkey.com/go/graphqlorgconf2024
47+
</a>
48+
<br />
49+
<b>Dates with Availability:</b> September 8, 9, 10, 11, 12
50+
<br />
51+
<b>Rates Start From:</b> $319.00+
52+
<br />
53+
<b>Cut-off Date:</b> August 19, 2024
4154
<br />
4255
<br />
4356
<br />

0 commit comments

Comments
 (0)