Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from VenusProtocol/fix/thumbnail-socials
Browse files Browse the repository at this point in the history
fix: thumbnail image for socials
  • Loading branch information
therealemjy authored Jun 7, 2024
2 parents 4ac3b27 + 1c6ccb3 commit a2faba6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="https://venus.io/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#3A78FF" />
<meta
Expand All @@ -13,40 +13,40 @@
rel="icon"
type="image/png"
sizes="192x192"
href="%PUBLIC_URL%/android-chrome-192x192.png"
href="https://venus.io/android-chrome-192x192.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://venus.io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://venus.io/favicon-16x16.png" />

<meta name="msapplication-square70x70logo" content="%PUBLIC_URL%/70x70.png" />
<meta name="msapplication-square144x144logo" content="%PUBLIC_URL%/144x144.png" />
<meta name="msapplication-square150x150logo" content="%PUBLIC_URL%/150x150.png" />
<meta name="msapplication-square310x310logo" content="%PUBLIC_URL%/310x310.png" />
<meta name="msapplication-wide310x150logo" content="%PUBLIC_URL%/310x150.png" />
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/144x144.png" />
<meta name="msapplication-square70x70logo" content="https://venus.io/70x70.png" />
<meta name="msapplication-square144x144logo" content="https://venus.io/144x144.png" />
<meta name="msapplication-square150x150logo" content="https://venus.io/150x150.png" />
<meta name="msapplication-square310x310logo" content="https://venus.io/310x310.png" />
<meta name="msapplication-wide310x150logo" content="https://venus.io/310x150.png" />
<meta name="msapplication-TileImage" content="https://venus.io/144x144.png" />
<meta name="msapplication-TileColor" content="#3A78FF" />

<link rel="apple-touch-icon" type="image/png" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="apple-touch-icon" type="image/png" sizes="57x57" href="%PUBLIC_URL%/57x57.png" />
<link rel="apple-touch-icon" type="image/png" sizes="60x60" href="%PUBLIC_URL%/60x60.png" />
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="%PUBLIC_URL%/72x72.png" />
<link rel="apple-touch-icon" type="image/png" sizes="76x76" href="%PUBLIC_URL%/76x76.png" />
<link rel="apple-touch-icon" type="image/png" sizes="114x114" href="%PUBLIC_URL%/114x114.png" />
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="%PUBLIC_URL%/120x120.png" />
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="%PUBLIC_URL%/144x144.png" />
<link rel="apple-touch-icon" type="image/png" sizes="152x152" href="%PUBLIC_URL%/152x152.png" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="%PUBLIC_URL%/180x180.png" />
<link rel="apple-touch-icon" type="image/png" href="https://venus.io/apple-touch-icon.png" />
<link rel="apple-touch-icon" type="image/png" sizes="57x57" href="https://venus.io/57x57.png" />
<link rel="apple-touch-icon" type="image/png" sizes="60x60" href="https://venus.io/60x60.png" />
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="https://venus.io/72x72.png" />
<link rel="apple-touch-icon" type="image/png" sizes="76x76" href="https://venus.io/76x76.png" />
<link rel="apple-touch-icon" type="image/png" sizes="114x114" href="https://venus.io/114x114.png" />
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="https://venus.io/120x120.png" />
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="https://venus.io/144x144.png" />
<link rel="apple-touch-icon" type="image/png" sizes="152x152" href="https://venus.io/152x152.png" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="https://venus.io/180x180.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="https://venus.io/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of https://venus.io in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
Unlike "/favicon.ico" or "favicon.ico", "https://venus.io/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
Expand All @@ -67,13 +67,13 @@
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="%PUBLIC_URL%/share.png" />
<meta name="twitter:image" content="https://venus.io/share.png" />
<meta name="theme-color" content="#3A78FF" />

<meta property="og:title" content="Venus Protocol" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://venus.io/" />
<meta property="og:image" content="%PUBLIC_URL%/share.png" />
<meta property="og:image" content="https://venus.io/share.png" />
<meta
property="og:description"
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
Expand Down
Binary file modified public/share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2faba6

Please sign in to comment.