Skip to content

Commit d4d2030

Browse files
committed
fix typo
1 parent 3e9bcf2 commit d4d2030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Conf/Seo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function SeoConf(props: {
2727
<meta property="og:title" content={title} />
2828
<meta property="og:description" content={description} />
2929
<meta property="og:image" content={image} />
30-
<meta properpty="og:image:alt" content="GraphQLConf 2023 hosted by the GraphQL Foundation. September 19-21, 2023. San Francisco Bay Area, California" />
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} />

0 commit comments

Comments
 (0)