remove 'voir l'événement'

This commit is contained in:
isUnknown 2024-09-13 17:12:49 +02:00
parent b33cb5510d
commit 66e042bdc8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<div class="event-card grid__item" style="--span: <?= $span ?>">
<a class="event-card__link" href="<?= $event->url() ?>" title="Voir l'événément"></a>
<a class="event-card__link" href="<?= $event->url() ?>"></a>
<div class="image-wrapper">
<?php if ($event->gallery()->toFiles()->count() > 1): ?>
<img class="image-cover" src="<?= $event->gallery()->toFiles()->first()->url() ?>" alt="">

View file

@ -30,7 +30,7 @@
<?php snippet('newsletter-section') ?>
<?php snippet('events-grid', ['events' => $comingEvents->slice(2, 3)]) ?>
<?php //snippet('events-grid', ['events' => $comingEvents->slice(2, 3)]) ?>
<?php snippet('callout') ?>