Skip to content

Commit 0f47be3

Browse files
committed
back to basics
1 parent f27f620 commit 0f47be3

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)