From 40414e9478fd6af8f57333c0abd4ad9b1077f64a Mon Sep 17 00:00:00 2001 From: swve Date: Sun, 1 Jun 2025 22:23:19 +0200 Subject: [PATCH] feat: enhance course and organization editing interfaces with improved text formatting and layout adjustments --- .../orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx | 5 ++--- .../Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx | 2 +- .../Dashboard/Pages/Org/OrgEditGeneral/OrgEditGeneral.tsx | 2 +- 3 files changed, 4 insertions(+), 5 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 89ceccc7..cfb59f4f 100644 --- a/apps/web/app/orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx +++ b/apps/web/app/orgs/[orgslug]/(withmenu)/course/[courseuuid]/course.tsx @@ -134,8 +134,7 @@ const CourseClient = (props: any) => { />
-

Course

-

{course.name}

+

{course.name}

@@ -172,7 +171,7 @@ const CourseClient = (props: any) => {
-

{course.about}

+

{course.about}

diff --git a/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx b/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx index bc65b49a..c3de469a 100644 --- a/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx +++ b/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx @@ -185,7 +185,7 @@ function EditCourseGeneral(props: EditCourseStructureProps) {