update full description

This commit is contained in:
2023-08-29 18:14:48 +10:00
parent a615c9d1d8
commit 05149dc723

View File

@@ -30,12 +30,18 @@
<div
v-if="
event.status == 'closed' ||
event.status == 'full' ||
(event.status == 'open' && expired)
((event.status == 'open' ||
event.status == 'full') &&
expired)
"
class="text-xs px-4 py-2 b-1 border-red-400 bg-red-100 text-red-900 text-center rounded">
Registration for this event has closed.
</div>
<div
v-if="event.status == 'full' && expired == false"
class="text-xs px-4 py-2 b-1 border-red-400 bg-red-100 text-red-900 text-center rounded">
This event is at capacity.
</div>
<div
v-if="event.status == 'soon'"
class="text-xs px-4 py-2 b-1 border-yellow-400 bg-yellow-100 text-yellow-900 text-center rounded">