feat: add website medata data better ux link sharing

This commit is contained in:
2022-05-11 16:36:49 -04:00
parent 063f9055e4
commit c6d48a54c0
7 changed files with 30 additions and 9 deletions

View File

@@ -41,9 +41,6 @@ function App() {
github: "",
});
const ensImages = {};
// const donationLink =
// "https://heliowallet.com/ethereum-donation?address=0x2652CBE035CF346A4E085D4C2Fb30F2B5Abf3d3d&amount=0.01&accessWallet=1&qrCode=1&ethBalance=1";
const gemxyzLink =
"https://www.gem.xyz/collection/ens/?filters=%7B%22custom%22:%5B%2224h%22%5D%7D";
@@ -210,7 +207,7 @@ function App() {
const renderIcon = (icon, uri, tooltip, style) => {
return (
<Tooltip title={tooltip} placement="bottom">
<Tooltip title={tooltip} placement="top">
<ButtonBase
sx={{
marginRight: 1,