From 926a08ac6c60a79ff7ea64c74a05171ae68a8ab2 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 11 Apr 2025 19:06:34 +0100 Subject: [PATCH] Forking functionality changes --- .../GenerateCourse/ForkCourseConfirmation.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/GenerateCourse/ForkCourseConfirmation.tsx b/src/components/GenerateCourse/ForkCourseConfirmation.tsx index b0c19f67b..d91a8aee8 100644 --- a/src/components/GenerateCourse/ForkCourseConfirmation.tsx +++ b/src/components/GenerateCourse/ForkCourseConfirmation.tsx @@ -48,13 +48,19 @@ export function ForkCourseConfirmation(props: ForkCourseConfirmationProps) { ); return ( - {} : onClose}> + {} : onClose} + wrapperClassName="h-auto items-start" + overlayClassName="items-start md:items-center" + >
- -

Fork Course

-

- Forking this course will create a new course with the same content. -

+ +
+

Fork Course

+

+ Create a copy of this course +

+