From 74c017cb1c0cc0c52c4165fc5bf506e6caf4d03e Mon Sep 17 00:00:00 2001 From: Abin Date: Mon, 24 Jul 2023 14:59:29 +0530 Subject: [PATCH 1/4] image fixed for students enrolled course --- .../pages/studentDash/MyCourseCard.tsx | 17 +++--- .../adapters/controllers/courseController.ts | 58 +++++++++++++------ server/src/app/usecases/course/listCourse.ts | 46 +++++++++------ .../src/app/usecases/course/recommendation.ts | 39 ++++++++++--- .../repositories/courseReposMongoDb.ts | 4 +- 5 files changed, 113 insertions(+), 51 deletions(-) diff --git a/client/src/components/pages/studentDash/MyCourseCard.tsx b/client/src/components/pages/studentDash/MyCourseCard.tsx index fd25551..87a4959 100644 --- a/client/src/components/pages/studentDash/MyCourseCard.tsx +++ b/client/src/components/pages/studentDash/MyCourseCard.tsx @@ -21,7 +21,8 @@ const MyCourseCard: React.FC = ({ @@ -29,17 +30,19 @@ const MyCourseCard: React.FC = ({ {title} - - {duration} h + + {duration}w - {description}

+ + {/* - {description} - + {description} +
*/}