diff --git a/frontend/src/pages/CertifiedParticipants.vue b/frontend/src/pages/CertifiedParticipants.vue index a78a3103..1ae77232 100644 --- a/frontend/src/pages/CertifiedParticipants.vue +++ b/frontend/src/pages/CertifiedParticipants.vue @@ -16,8 +16,8 @@ v-if="participants.data?.length" class="mx-auto w-full max-w-4xl pt-6 pb-10" > -
-
+
+
{{ memberCount }} {{ __('certified members') }}
@@ -52,34 +52,39 @@ }" class="flex sm:rounded px-3 py-2 sm:h-15 hover:bg-surface-gray-2" > -
+
-
-
- {{ participant.full_name }} +
+
+
+ {{ participant.full_name }} +
+
+ {{ participant.headline }} +
- {{ participant.headline }} -
-
-
-
- {{ participant.certificate_count }} - {{ - participant.certificate_count > 1 - ? __('certificates') - : __('certificate') - }} -
-
- {{ dayjs(participant.issue_date).format('DD MMM YYYY') }} +
+ {{ participant.certificate_count }} + {{ + participant.certificate_count > 1 + ? __('certificates') + : __('certificate') + }} +
+
+ {{ dayjs(participant.issue_date).format('DD MMM YYYY') }} +