We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c38b29 commit 9a3d723Copy full SHA for 9a3d723
1 file changed
src/components/image.tsx
@@ -32,7 +32,7 @@ export const Image: React.FC<Props> = ({
32
33
return (
34
<img
35
- src={src}
+ src={`${src}`}
36
alt={alt}
37
sx={{ width: finalWidth, height: finalHeight, objectFit }}
38
className={className}
0 commit comments