Skip to content

Commit

Permalink
img fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-orbs committed Feb 8, 2024
1 parent 87e461e commit c427bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Img.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function Img({
<>
<Fade in={!isLoading}>
<StyledImg
referrerPolicy='no-referrer'
onError={() => setError(true)}
src={src}
onLoad={() => setIsLoading(false)}
Expand Down

0 comments on commit c427bb4

Please sign in to comment.