view collection button

This commit is contained in:
Ruidy 2022-04-08 06:01:20 -04:00
parent 69a47ea74c
commit 100b87da6e

View file

@ -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>