Skip to content

Commit 1ed1c1d

Browse files
PavelLaptevkrlvi
authored andcommitted
Update ImageSection.tsx
1 parent 040590a commit 1ed1c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ImageSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function ImageSection({ src, alt, subtitle }: Props) {
1616
width="0"
1717
height="0"
1818
className="h-auto w-full rounded-md"
19-
sizes="(min-width: 808px) 50vw, 100vw"
19+
sizes="(min-width: 800px) 50vw, 100vw"
2020
alt={alt ?? subtitle ?? ""}
2121
src={src}
2222
/>

0 commit comments

Comments
 (0)