Skip to content

Commit

Permalink
tmp: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Jul 21, 2023
1 parent 6be1e8d commit 6b980b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpenGraph/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const OpenGraph: FC<{ properties: OGProperties }> = ({ properties }) => {
return (
<Head>
{ogTags.map(([key, value]) => (
<meta key={key} name={key} property={key} content={value} />
<meta key={key} property={key} content={value} />
))}
</Head>
)
Expand Down

0 comments on commit 6b980b5

Please sign in to comment.