From d892a2806956ce47178c734cef51a25e4651b282 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 5 Apr 2024 08:56:18 +0530 Subject: [PATCH] fix: mobile layout and certification link --- frontend/src/components/CourseCardOverlay.vue | 2 +- frontend/src/components/Discussions.vue | 4 ++-- frontend/src/components/MobileLayout.vue | 8 ++++---- frontend/src/pages/Batches.vue | 6 +++++- frontend/src/pages/CreateCourse.vue | 4 ++-- frontend/src/pages/CreateLesson.vue | 8 ++++---- lms/hooks.py | 6 +++++- lms/www/certificate.html | 0 lms/www/certificate.py | 14 ++++++++++++++ 9 files changed, 37 insertions(+), 15 deletions(-) create mode 100644 lms/www/certificate.html create mode 100644 lms/www/certificate.py diff --git a/frontend/src/components/CourseCardOverlay.vue b/frontend/src/components/CourseCardOverlay.vue index 3fb1deee..56f2bca2 100644 --- a/frontend/src/components/CourseCardOverlay.vue +++ b/frontend/src/components/CourseCardOverlay.vue @@ -3,7 +3,7 @@