From 74cd0a4d4080fc491b663a83112402d6654d3cc9 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 11 Feb 2025 18:29:29 +0530 Subject: [PATCH] fix: added get certified button on certified participants list --- frontend/src/components/BatchCard.vue | 2 +- frontend/src/components/BatchOverlay.vue | 25 +++++++--------- frontend/src/components/CourseCard.vue | 2 +- frontend/src/components/CourseCardOverlay.vue | 8 ++--- frontend/src/components/CourseOutline.vue | 2 +- frontend/src/components/Quiz.vue | 2 +- frontend/src/pages/CertifiedParticipants.vue | 12 ++++++-- frontend/src/pages/CourseDetail.vue | 2 +- frontend/src/pages/JobDetail.vue | 30 +++++++------------ 9 files changed, 40 insertions(+), 45 deletions(-) diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index 47005473..e8dd78c7 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -27,7 +27,7 @@
{{ batch.description }}
-
+
{{ batch.price }}
diff --git a/frontend/src/components/BatchOverlay.vue b/frontend/src/components/BatchOverlay.vue index 2bd8c67b..095a434c 100644 --- a/frontend/src/components/BatchOverlay.vue +++ b/frontend/src/components/BatchOverlay.vue @@ -1,20 +1,17 @@