diff --git a/frontend/src/pages/CertifiedParticipants.vue b/frontend/src/pages/CertifiedParticipants.vue index 1ae77232..2510abf3 100644 --- a/frontend/src/pages/CertifiedParticipants.vue +++ b/frontend/src/pages/CertifiedParticipants.vue @@ -17,7 +17,7 @@ class="mx-auto w-full max-w-4xl pt-6 pb-10" >
-
+
{{ memberCount }} {{ __('certified members') }}
@@ -52,27 +52,27 @@ }" class="flex sm:rounded px-3 py-2 sm:h-15 hover:bg-surface-gray-2" > -
+
-
+
{{ participant.full_name }}
{{ participant.headline }}
{{ participant.certificate_count }} @@ -82,6 +82,7 @@ : __('certificate') }}
+ ยท
{{ dayjs(participant.issue_date).format('DD MMM YYYY') }}