feat: add website medata data better ux link sharing
This commit is contained in:
@@ -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ðBalance=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,
|
||||
|
||||
Reference in New Issue
Block a user