fix(front): Fix style of My Events participations

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-04-20 17:01:36 +02:00
parent cfd10ea960
commit 35b07dceaa
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -184,7 +184,7 @@
<section v-if="!showUpcoming && pastParticipations.elements.length > 0"> <section v-if="!showUpcoming && pastParticipations.elements.length > 0">
<transition-group name="list" tag="p"> <transition-group name="list" tag="p">
<div v-for="month in monthlyPastParticipations" :key="month[0]"> <div v-for="month in monthlyPastParticipations" :key="month[0]">
<span class="past-month">{{ month[0] }}</span> <h2 class="capitalize inline-block relative">{{ month[0] }}</h2>
<event-participation-card <event-participation-card
v-for="participation in month[1]" v-for="participation in month[1]"
:key="participation.id" :key="participation.id"