Skip to content

Commit 58e35f3

Browse files
committed
fix(website): Adapt to type changes
whoopsie
1 parent fbfb192 commit 58e35f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/events/YearlyEvents.svelte

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

0 commit comments

Comments
 (0)