Skip to content

Commit 125322b

Browse files
authored
Merge branch 'source' into fixes
2 parents 624468d + d4d2030 commit 125322b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/components/Conf/Seo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export default function SeoConf(props: {
2424
<>
2525
<title>{title}</title>
2626
<meta name="description" content={description} />
27-
<meta property="og:type" content="event" />
2827
<meta property="og:title" content={title} />
2928
<meta property="og:description" content={description} />
3029
<meta property="og:image" content={image} />
30+
<meta property="og:image:alt" content="GraphQLConf 2023 hosted by the GraphQL Foundation. September 19-21, 2023. San Francisco Bay Area, California" />
3131
<meta name="twitter:site" content="@graphql" />
3232
<meta name="twitter:card" content="summary_large_image" />
3333
<meta name="twitter:title" content={twitterTitle} />

src/components/Conf/Venue/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const VenueConf = () => {
1414
GraphQLConf 2023 is hosted in the San Francisco Bay Area, where
1515
GraphQL was first created. It's hosted at the{" "}
1616
<a
17-
href="https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu"
17+
href="https://www.hyatt.com/en-US/group-booking/SFOBU/G-LIFO"
1818
target="_blank"
1919
className="font-bold"
2020
>
@@ -37,7 +37,7 @@ const VenueConf = () => {
3737
<a
3838
target="_blank"
3939
className="font-bold text-[#B48EF1]"
40-
href="https://hyatt.com/en-US/group-booking/SFOBU/G-LIFO"
40+
href="https://www.hyatt.com/en-US/group-booking/SFOBU/G-LIFO"
4141
>
4242
Hyatt Regency SFO
4343
</a>
@@ -101,8 +101,7 @@ const VenueConf = () => {
101101
Hotel Information
102102
</h3>
103103
<p className="leading-relaxed mb-3 text-white text-base">
104-
Please note, rooms will most likely sell out in advance of the
105-
room block close dates listed below. We encourage you to book
104+
Please note, rooms will most likely sell out in advance of the <a href="https://www.hyatt.com/en-US/group-booking/SFOBU/G-LIFO" target="_blank">room block</a> close dates. We encourage you to book
106105
early to secure a room at the conference rate
107106
<br />
108107
<br />

0 commit comments

Comments
 (0)