From 2846c32d432435fea7c1749c0372a65c8789cc54 Mon Sep 17 00:00:00 2001 From: Jiku Godwill Date: Sat, 28 Sep 2024 06:08:53 +0100 Subject: [PATCH] Refactor NFT Card component to update image source fallback URL --- widget/components/NFT/Card.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/components/NFT/Card.jsx b/widget/components/NFT/Card.jsx index c472be1..4789f68 100644 --- a/widget/components/NFT/Card.jsx +++ b/widget/components/NFT/Card.jsx @@ -238,7 +238,7 @@ const Card = ({ data }) => { }} src={ data.media || - "https://ipfs.near.social/ipfs/bafkreihdiy3ec4epkkx7wc4wevssruen6b7f3oep5ylicnpnyyqzayvcry" + "https://ipfs.near.social/ipfs/bafkreiajgp5bmkidwesy2d6tsbdkhyfzjtom2wse2sjcwii227lt5audvq" } alt="nft" />