Skip to content

Commit

Permalink
Merge pull request #7 from oraichain/feat/update-twitter-img
Browse files Browse the repository at this point in the history
add preview twitter img
  • Loading branch information
haunv3 authored Jun 7, 2024
2 parents 6ca5893 + 98bbebb commit 65904c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="%REACT_APP_SITE_TITLE%" />
<meta property="og:description" content="%REACT_APP_SITE_DESC%" />
<meta property="og:image" content="%PUBLIC_URL%/thumbnail_oraidex_final.png" />
<meta property="og:image" content="https://hub.orai.io/thumbnail_oraidex_final.png/thumbnail_oraidex_final.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="576" />
<meta name="twitter:card" content="summary" />
Expand Down

0 comments on commit 65904c3

Please sign in to comment.