From 3cfa49cccd8fdebe571a308219d69110a45f86ef Mon Sep 17 00:00:00 2001 From: swve Date: Fri, 13 Oct 2023 17:57:17 +0200 Subject: [PATCH] feat: minor css change --- .../orgs/[orgslug]/(withmenu)/course/[courseid]/course.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/app/orgs/[orgslug]/(withmenu)/course/[courseid]/course.tsx b/front/app/orgs/[orgslug]/(withmenu)/course/[courseid]/course.tsx index dcd32aac..3aa08cec 100644 --- a/front/app/orgs/[orgslug]/(withmenu)/course/[courseid]/course.tsx +++ b/front/app/orgs/[orgslug]/(withmenu)/course/[courseid]/course.tsx @@ -9,7 +9,7 @@ import ActivityIndicators from "@components/Pages/Courses/ActivityIndicators"; import { useRouter } from "next/navigation"; import GeneralWrapperStyled from "@components/StyledElements/Wrappers/GeneralWrapper"; import { getCourseThumbnailMediaDirectory } from "@services/media/media"; -import { ArrowRight, File, Sparkles, Star, Video } from "lucide-react"; +import { ArrowRight, Check, File, Sparkles, Star, Video } from "lucide-react"; const CourseClient = (props: any) => { const courseid = props.courseid; @@ -68,8 +68,8 @@ const CourseClient = (props: any) => { return (
-
- +
+

{learning}