Skip to content

Commit

Permalink
Refactor NFT Card component to update image source fallback URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Sep 28, 2024
1 parent c496cd7 commit 2846c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/components/NFT/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const Card = ({ data }) => {
}}
src={
data.media ||
"https://ipfs.near.social/ipfs/bafkreihdiy3ec4epkkx7wc4wevssruen6b7f3oep5ylicnpnyyqzayvcry"
"https://ipfs.near.social/ipfs/bafkreiajgp5bmkidwesy2d6tsbdkhyfzjtom2wse2sjcwii227lt5audvq"
}
alt="nft"
/>
Expand Down

0 comments on commit 2846c32

Please sign in to comment.