diff --git a/apps/web/src/app/main/courses/components/CourseCard.tsx b/apps/web/src/app/main/courses/components/CourseCard.tsx index f81c3a3..5de3a9d 100755 --- a/apps/web/src/app/main/courses/components/CourseCard.tsx +++ b/apps/web/src/app/main/courses/components/CourseCard.tsx @@ -38,7 +38,7 @@ export default function CourseCard({ course }: CourseCardProps) { }>
-
+
{course?.terms?.map((term) => { return ( <> diff --git a/apps/web/src/app/main/home/components/CoursesSection.tsx b/apps/web/src/app/main/home/components/CoursesSection.tsx index 23cd420..999e931 100755 --- a/apps/web/src/app/main/home/components/CoursesSection.tsx +++ b/apps/web/src/app/main/home/components/CoursesSection.tsx @@ -44,10 +44,9 @@ const CoursesSection: React.FC = ({ type: TaxonomySlug.CATEGORY, }); return ( -
-
-
-
+
+
+
- <Layout className="min-h-screen bg-gray-100"> + <Layout className="min-h-screen"> <MainHeader /> - <Content className="mt-16 bg-gray-200 "> + <Content className="mt-16 bg-gray-50"> <Outlet /> </Content> <MainFooter />