diff --git a/public/04H59.png b/public/04H59.png deleted file mode 100644 index 7c3ae70..0000000 Binary files a/public/04H59.png and /dev/null differ diff --git a/src/App.css b/src/App.css index b3d8b86..f723297 100644 --- a/src/App.css +++ b/src/App.css @@ -24,17 +24,17 @@ code { } .App-body { - height: 95%; - height: 95vh; - height: calc(var(--vh, 1vh) * 95); + height: 92%; + height: 92vh; + height: calc(var(--vh, 1vh) * 92); display: flex; align-items: center; } .App-footer { - height: 5%; - height: 5vh; - height: calc(var(--vh, 1vh) * 5); + height: 8%; + height: 8vh; + height: calc(var(--vh, 1vh) * 8); } .card-row { diff --git a/src/App.js b/src/App.js index 1346835..15f2969 100644 --- a/src/App.js +++ b/src/App.js @@ -16,6 +16,7 @@ import EnsIcon from "./asset/image/ens-icon.jpeg"; import GithubIcon from "./asset/image/github-icon.svg"; import TwitterIcon from "./asset/image/twitter-icon.svg"; import WebsiteIcon from "./asset/image/website-icon.png"; +import GemXyzIcon from "./asset/image/gemxyz-icon.jpeg"; import { EnsContract, hexToDec, textRecordToUrl } from "./utility"; @@ -41,8 +42,10 @@ function App() { }); const ensImages = {}; - const donationLink = - "https://heliowallet.com/ethereum-donation?address=0x2652CBE035CF346A4E085D4C2Fb30F2B5Abf3d3d&amount=0.01&accessWallet=1&qrCode=1ðBalance=1"; + // 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"; useEffect(() => { setSeconds(getSeconds()); @@ -323,10 +326,10 @@ function App() {
- Donate to the project:  - - 04h59.eth - + {renderIcon(GemXyzIcon, gemxyzLink, "Gem.xyz", { + borderRadius: "50%", + boxShadow: "0 1px 15px rgba(0, 0, 0, 0.225)", + })}
diff --git a/src/asset/image/gemxyz-icon.jpeg b/src/asset/image/gemxyz-icon.jpeg new file mode 100644 index 0000000..fcf573f Binary files /dev/null and b/src/asset/image/gemxyz-icon.jpeg differ