Skip to content

Commit

Permalink
fixed double url resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jan 29, 2024
1 parent 49d3fb4 commit f3b6956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function NFTDetails({ nftInfo, network, intl, nextNftId, prevNftId, tab }: Props
>
<img
style={{ objectFit: 'cover', maxWidth: '100%', maxHeight: '100%' }}
src={nftImage}
src={urlResolveForIpfsAndCorsproxy(nftImage)}
alt={nftInfo.name}
title={nftInfo.name}
loading="lazy"
Expand Down

0 comments on commit f3b6956

Please sign in to comment.