File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export default function Files({ user }) {
206206 popupContent = { 'CID has been copied!!' }
207207 >
208208 < a
209- href = { `https://dweb .link/ipfs/${ nft . cid } ` }
209+ href = { `https://nftstorage .link/ipfs/${ nft . cid } ` }
210210 className = "underline black truncate"
211211 target = "_blank"
212212 rel = "noreferrer"
@@ -503,7 +503,7 @@ export default function Files({ user }) {
503503 * @param {{cid: string, type?: string} } props
504504 */
505505function GatewayLink ( { cid, type } ) {
506- const gatewayLink = `https://dweb .link/ipfs/${ cid } `
506+ const gatewayLink = `https://nftstorage .link/ipfs/${ cid } `
507507 const href = type === 'nft' ? `${ gatewayLink } /metadata.json` : gatewayLink
508508 const btnLabel = type === 'nft' ? 'View Metadata' : 'View URL'
509509 const btnTitle = type === 'nft' ? 'View Metadata JSON' : 'View URL'
You can’t perform that action at this time.
0 commit comments