Skip to content

Commit

Permalink
metadata for twitter added
Browse files Browse the repository at this point in the history
  • Loading branch information
zorixid committed Jun 9, 2021
1 parent a8701f7 commit c88c11f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ibnzUK" />
<meta name="twitter:creator" content="@IBNZ DEVELOPERS" />
<meta name="twitter:title" content="Token Staking dApp on Ethereum" />
<meta
name="twitter:description"
content="Blockchain Token Staking dApp built with React, Solidity, Truffle on Ethereum testnet"
/>
<meta name="twitter:image" content="https://staking.ibnz.dev/preview.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/
Expand All @@ -22,7 +32,7 @@
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`.
-->
<title>Yield Farming / Token Staking dApp</title>
<title>Yield Farming / Token Staking dApp</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added public/preview.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 c88c11f

Please sign in to comment.