Skip to content

Commit 3134703

Browse files
committed
fix(website): Adapt to type changes
whoopsie
1 parent 83d473f commit 3134703

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/events/YearlyEvents.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
>
5555
<img
5656
alt=""
57-
src={event.image.src.src}
58-
srcset={event.image.src.srcSet.attribute}
59-
{...event.image.src.attributes}
57+
src={event.image.src}
58+
srcset={event.image.srcSet.attribute}
59+
{...event.image.attributes}
6060
sizes="(min-width: 1280px) 540px, (min-width: 1024px) 50vw, 100vw"
6161
class="max-h-64 w-full rounded-t-2xl object-cover"
6262
/>

0 commit comments

Comments
 (0)