From 0327ca74c47befb3709bea925994ecfec2e6b317 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 8 Mar 2025 16:02:01 +0000 Subject: [PATCH] Responsiveness of course content --- src/components/GenerateCourse/AICourseModuleView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/GenerateCourse/AICourseModuleView.tsx b/src/components/GenerateCourse/AICourseModuleView.tsx index 56689cb6b..4e067040e 100644 --- a/src/components/GenerateCourse/AICourseModuleView.tsx +++ b/src/components/GenerateCourse/AICourseModuleView.tsx @@ -193,7 +193,7 @@ export function AICourseModuleView(props: AICourseModuleViewProps) { return (
-
+
{(isGenerating || isLoading) && (
-

+

{currentLessonTitle?.replace(/^Lesson\s*?\d+[\.:]\s*/, '')}

{!error && isLoggedIn() && (
)}