alchemyplatform / create-web3-dapp

The complete toolbox to create web3 applications.
https://docs.alchemy.com
GNU Affero General Public License v3.0
870 stars 251 forks source link

[ENHANCEMENT] - Make the nft contract address an actual link in the NFT Card component #67

Closed xscottxbrownx closed 1 year ago

xscottxbrownx commented 1 year ago

Within the NFT Gallery > NFT Card that gets created for each nft in the wallet that is searched.

The etherscan contract address and etherscan logo should be wrapped in an <a> to create a link to it.

The css for this already has the cursor set to pointer, but it is not a link to the etherscan contract address (like it seemingly should be, as there's an etherscan logo right next to it as well.)

Screenshot 2023-03-02 at 5 18 49 PM
xscottxbrownx commented 1 year ago

Wrong repo - this was for the nft explorer