Skip to content

Commit

Permalink
Say how many seats are free for sr
Browse files Browse the repository at this point in the history
  • Loading branch information
jongrim committed Sep 24, 2024
1 parent bd8ce92 commit 800e93a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Community/MiniGameItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
<div class="flex flex-col items-center">
<template v-if="session.has_openings">
<p class="font-semibold text-xs">Seats available</p>
<p class="sr-only">Yes</p>
<p class="sr-only">
{{ session.participant_count - session.rsvps.length }} seats
available
</p>
<CheckCircleIcon class="h-5 w-5 text-green-700" />
</template>

Expand Down

0 comments on commit 800e93a

Please sign in to comment.