From 7dd69dd08a4aff08a1c72c5894927227a9a77570 Mon Sep 17 00:00:00 2001 From: swve Date: Tue, 30 Jan 2024 17:03:53 +0100 Subject: [PATCH] fix: add learning tags --- .../[orgslug]/(withmenu)/course/[courseuuid]/course.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/app/orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx b/apps/web/app/orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx index d3f1189a..ce227e4d 100644 --- a/apps/web/app/orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx +++ b/apps/web/app/orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx @@ -57,7 +57,7 @@ const CourseClient = (props: any) => { } useEffect(() => { - + getLearningTags(); } , [org]); @@ -75,10 +75,10 @@ const CourseClient = (props: any) => { {props.course.thumbnail_image ? -
+
: -
+
} @@ -96,7 +96,7 @@ const CourseClient = (props: any) => { {learnings.map((learning: any) => { return (
+ className="flex space-x-2 items-center font-semibold text-gray-500">