Skip to content

Commit 9bd72bb

Browse files
authored
Fix typos on GraphQLConf banner (graphql#1450)
1 parent bbb897c commit 9bd72bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/conf/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default () => {
3333
</div>
3434
<div className="flex gap-2 items-center mb-6 font-medium">
3535
<GlobeIcon />
36-
<span>San Fransisco Bay Area, CA</span>
36+
<span>San Francisco Bay Area, CA</span>
3737
</div>
3838
</div>
3939
<div className="flex justify-center gap-4 flex-row">

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default ({ pageContext }: PageProps<{}, { sourcePath: string }>) => {
2424
The offical GraphQL conference, by the GraphQL Foundation
2525
</span>
2626
<span className="mt-2 font-bold">
27-
SEPTEMBER 19-21, 2023 • SAN FRANCISO BAY AREA, CA
27+
SEPTEMBER 19-21, 2023 • SAN FRANCISCO BAY AREA, CA
2828
</span>
2929
<div>
3030
<a className="button" href="/conf/#attend">

0 commit comments

Comments
 (0)