feat: add gem.xyz link
This commit is contained in:
BIN
public/04H59.png
BIN
public/04H59.png
Binary file not shown.
|
Before Width: | Height: | Size: 203 KiB |
12
src/App.css
12
src/App.css
@@ -24,17 +24,17 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.App-body {
|
.App-body {
|
||||||
height: 95%;
|
height: 92%;
|
||||||
height: 95vh;
|
height: 92vh;
|
||||||
height: calc(var(--vh, 1vh) * 95);
|
height: calc(var(--vh, 1vh) * 92);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-footer {
|
.App-footer {
|
||||||
height: 5%;
|
height: 8%;
|
||||||
height: 5vh;
|
height: 8vh;
|
||||||
height: calc(var(--vh, 1vh) * 5);
|
height: calc(var(--vh, 1vh) * 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-row {
|
.card-row {
|
||||||
|
|||||||
15
src/App.js
15
src/App.js
@@ -16,6 +16,7 @@ import EnsIcon from "./asset/image/ens-icon.jpeg";
|
|||||||
import GithubIcon from "./asset/image/github-icon.svg";
|
import GithubIcon from "./asset/image/github-icon.svg";
|
||||||
import TwitterIcon from "./asset/image/twitter-icon.svg";
|
import TwitterIcon from "./asset/image/twitter-icon.svg";
|
||||||
import WebsiteIcon from "./asset/image/website-icon.png";
|
import WebsiteIcon from "./asset/image/website-icon.png";
|
||||||
|
import GemXyzIcon from "./asset/image/gemxyz-icon.jpeg";
|
||||||
|
|
||||||
import { EnsContract, hexToDec, textRecordToUrl } from "./utility";
|
import { EnsContract, hexToDec, textRecordToUrl } from "./utility";
|
||||||
|
|
||||||
@@ -41,8 +42,10 @@ function App() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const ensImages = {};
|
const ensImages = {};
|
||||||
const donationLink =
|
// const donationLink =
|
||||||
"https://heliowallet.com/ethereum-donation?address=0x2652CBE035CF346A4E085D4C2Fb30F2B5Abf3d3d&amount=0.01&accessWallet=1&qrCode=1ðBalance=1";
|
// "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(() => {
|
useEffect(() => {
|
||||||
setSeconds(getSeconds());
|
setSeconds(getSeconds());
|
||||||
@@ -323,10 +326,10 @@ function App() {
|
|||||||
<div className="App-footer container">
|
<div className="App-footer container">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col">
|
<div className="col">
|
||||||
Donate to the project:
|
{renderIcon(GemXyzIcon, gemxyzLink, "Gem.xyz", {
|
||||||
<a href={`${donationLink}`} target="_blank" rel="noreferrer">
|
borderRadius: "50%",
|
||||||
04h59.eth
|
boxShadow: "0 1px 15px rgba(0, 0, 0, 0.225)",
|
||||||
</a>
|
})}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
src/asset/image/gemxyz-icon.jpeg
Normal file
BIN
src/asset/image/gemxyz-icon.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Reference in New Issue
Block a user