Skip to content

Commit

Permalink
fix: Og image for twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Dec 15, 2024
1 parent d0fa35c commit ade2fab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@ const Home: NextPage = () => {

<meta name="keywords" content="brush, $brush, bridge, fantom, sonic, $S" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BRUSH Bridge - Bridge $BRUSH between Fantom and Sonic" />
<meta name="twitter:image" content="https://bridge.paintswap.io/og_v2.png" />
<meta name="twitter:title" content="BRUSH Bridge" />
<meta name="twitter:image" content="https://bridge.paintswap.io/og.png" />
<meta name="twitter:domain" content="bridge.paintswap.io" />
<meta name="twitter:site" content="@paintoshi" />
<meta name="twitter:creator" content="@paintoshi" />
<meta name="twitter:description" content="Bridge $BRUSH between Fantom and Sonic" />

<meta property="og:title" content="BRUSH Bridge - Bridge $BRUSH between Fantom and Sonic" />
<meta property="og:title" content="BRUSH Bridge" />
<meta property="og:description" content="Bridge $BRUSH between Fantom and Sonic" />
<meta property="og:image" content="https://bridge.paintswap.io/og.png" />
<meta property="og:url" content="https://bridge.paintswap.io" />
Expand Down

0 comments on commit ade2fab

Please sign in to comment.