Skip to content

Commit

Permalink
Added NFT preview
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Oct 18, 2023
1 parent c36ac36 commit bb2cfc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/EditionView.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ const EditionView = ({ nft }) => {
<a href={`/ipfs/${metadata.cert.auth.cid}/assets/${metadata.xid}/index.html`} target="_blank" rel="noopener noreferrer">
{metadata.cert.auth.cid}
</a>
) : "pending"
) : (
<a href={`/data/assets/${metadata.xid}/index.html`} target="_blank" rel="noopener noreferrer">
preview
</a>
)
}
</TableCell>
</TableRow>
Expand Down

0 comments on commit bb2cfc9

Please sign in to comment.