Skip to content

Commit 9a3d723

Browse files
committed
test1
1 parent 0c38b29 commit 9a3d723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const Image: React.FC<Props> = ({
3232

3333
return (
3434
<img
35-
src={src}
35+
src={`${src}`}
3636
alt={alt}
3737
sx={{ width: finalWidth, height: finalHeight, objectFit }}
3838
className={className}

0 commit comments

Comments
 (0)