From 10cdd712d21b8876a8283c7a3c301672a2affcc0 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 2 Jan 2024 12:39:28 +0530 Subject: [PATCH] feat: batch card price and seat count --- frontend/src/components/BatchCard.vue | 26 ++++++++++++++++++++----- frontend/src/components/CourseCard.vue | 6 +++--- frontend/src/components/SidebarLink.vue | 2 +- frontend/tailwind.config.js | 6 +++++- lms/lms/utils.py | 13 +++++++++++-- 5 files changed, 41 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index a525b1b7..e21941fd 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -1,5 +1,11 @@