Skip to content

Commit

Permalink
Manually declare blurDataURL
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Nov 9, 2023
1 parent e47dc73 commit ad8eeb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ const TransactionStatusDetails = ({
>
<Image
className="w-4 h-4 mx-1 ml-1 mr-1.5 rounded-full"
src={originChain.explorerImg}
blurDataURL={originChain?.explorerImg?.src}
src={originChain?.explorerImg}
alt={`${originChain.explorerName} logo`}
/>
<div>Confirmed on {originChain.explorerName}.</div>
Expand Down

0 comments on commit ad8eeb2

Please sign in to comment.