From f20d39a3e73ecaa41c24131e631b68ed249e2731 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 13 Oct 2025 14:56:08 +0530 Subject: [PATCH] fix: empty state for profile certificates section --- frontend/src/pages/ProfileCertificates.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/ProfileCertificates.vue b/frontend/src/pages/ProfileCertificates.vue index 538e609e..230e1c78 100644 --- a/frontend/src/pages/ProfileCertificates.vue +++ b/frontend/src/pages/ProfileCertificates.vue @@ -3,7 +3,10 @@

{{ __('Certificates') }}

-
+
+
+ {{ __('You have not received any certificates yet.') }} +