mirror of
https://github.com/rjNemo/epicNFT
synced 2026-06-06 01:46:38 +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">
|
||||
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{" "}
|
||||
<a href={link} target="_blank">
|
||||
<a href={link} target="_blank" rel="noreferrer">
|
||||
link
|
||||
</a>
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue