diff --git a/site/snippets/event-card.php b/site/snippets/event-card.php index 4cb6a22..90f3cff 100644 --- a/site/snippets/event-card.php +++ b/site/snippets/event-card.php @@ -10,7 +10,7 @@ gallery()->toFiles()->count() > 1 ? $event->gallery()->toFiles()->nth(1) : $event->gallery()->toFiles()->first(); - snippet('picture', ["file" => $file, 'size' => (100 / (12 / $span) - 10)]); + snippet('picture', ["file" => $file, 'size' => (100 / (12 / $span) - 10), 'alt' => null]); ?>