Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Mar 5, 2024
1 parent 8f5e0b2 commit fa9dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/FallbackImgImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FallbackImgImage = ({
);
};

const StyledImage = styled(Image)<{
const StyledImage = styled.img<{
isshouldhide?: boolean;
isrounded?: string;
}>`
Expand Down

0 comments on commit fa9dd2a

Please sign in to comment.