owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

NFT Item Card #216

Closed vszammit closed 2 years ago

vszammit commented 2 years ago

Update the NFTItemCard to be like the ERC721Instance component so that it displays actual data. The NFTItemCard is a smaller preview image version of ERC721Instance used in certain app components such as NFTPicker.

To avoid breaking the app, do not edit the existing component. Instead copy the code as described below.

Tasks

vszammit commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-216 created! Clone with: git fetch && git checkout --track origin/issue-216 Rebase develop branch changes with: git checkout issue-216 && git rebase develop