Skip to content

Commit e2ae549

Browse files
committed
fix: add sizes to eventcard
1 parent 479ab5e commit e2ae549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const EventCard: React.FC<EventCardProps> = ({
5252
className="max-h-[224px] w-full object-cover xl:h-[124px]"
5353
/>
5454
) : (
55-
<Image src={EventFallback} alt="" />
55+
<Image src={EventFallback} alt="" sizes="276px" />
5656
)}
5757
</div>
5858
<CardContent className="flex-grow p-4">

0 commit comments

Comments
 (0)