add a pair number on the display

This commit is contained in:
2026-02-18 19:54:36 -07:00
parent 7838eea30f
commit f7cee7df78

View File

@@ -22,6 +22,9 @@
class="rounded-lg border border-slate-200 bg-white p-4 shadow-sm"
>
<h2 class="mb-3 font-bold text-slate-700">Your Current Match</h2>
<p v-if="myPair != null" class="mb-3 text-sm text-slate-600">
You are in Pair #{{ myPair.pairNumber }} with:
</p>
<div class="flex items-start gap-3">
<EntityIcon
:contact="matchedPersonContact"