mirror of
https://github.com/rjNemo/epicNFT
synced 2026-06-12 12:46:39 +00:00
view collection button
This commit is contained in:
parent
69a47ea74c
commit
100b87da6e
1 changed files with 12 additions and 1 deletions
|
|
@ -104,11 +104,22 @@ function App() {
|
||||||
<p className="sub-text">
|
<p className="sub-text">
|
||||||
Hey there! We've minted your NFT. It may be blank right now. <br />
|
Hey there! We've minted your NFT. It may be blank right now. <br />
|
||||||
It can take a max of 10 min to show up on OpenSea. Here's the{" "}
|
It can take a max of 10 min to show up on OpenSea. Here's the{" "}
|
||||||
<a href={link} target="_blank">
|
<a href={link} target="_blank" rel="noreferrer">
|
||||||
link
|
link
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
<button
|
||||||
|
className="cta-button connect-wallet-button"
|
||||||
|
onClick={() =>
|
||||||
|
window.open(
|
||||||
|
"https://testnets.opensea.io/collection/squarenft-noshuqlivp",
|
||||||
|
"_blank"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
>
|
||||||
|
View Collection on OpenSea
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue