Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit abc1d41

Browse files
committed
Fix meta tag
1 parent 5b760f5 commit abc1d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/components/meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Meta: FunctionComponent<Props> = ({ tags }) => {
4545
{/* End of OpenGraph Tag */}
4646

4747
{/*Twitter displayed card*/}
48-
<meta name="twitter:card" content="summary_large_image">
48+
<meta name="twitter:card" content="summary_large_image" />
4949

5050
{/*this will define the description of the post*/}
5151
{tags.description ? (

0 commit comments

Comments
 (0)