web: fix typo in media query for venue items

This commit is contained in:
2026-05-20 01:01:35 +02:00
parent 8b5caa2bea
commit 80f7641e74
+1 -1
View File
@@ -26,7 +26,7 @@ export const VenueItem = ({ venue }: { venue: VenueFragment }) => {
alt={featuredImage.alt} alt={featuredImage.alt}
width={0} width={0}
height={0} height={0}
sizes="(max-width: 600px) 100vw, (max-width: 900xpx) 50vw, 35vw" sizes="(max-width: 600px) 100vw, (max-width: 900px) 50vw, 35vw"
/> />
)} )}
</div> </div>