feat/ai-courses
Kamran Ahmed 2 months ago
parent be4b6a8582
commit 5d06321cc4
  1. 4
      src/components/GenerateCourse/AICourseContent.tsx

@ -133,7 +133,7 @@ export function AICourseContent(props: AICourseContentProps) {
{course.title || 'Loading Course...'} {course.title || 'Loading Course...'}
</h1> </h1>
<div className="flex flex-row items-center gap-1 text-xs text-gray-500"> <div className="flex flex-row items-center gap-1 text-xs text-gray-500">
{totalModules} modules {totalCourseLessons} lessons &middot;{' '} {totalModules} modules {totalCourseLessons} lessons
</div> </div>
</div> </div>
</div> </div>
@ -325,7 +325,7 @@ export function AICourseContent(props: AICourseContentProps) {
</div> </div>
) : ( ) : (
<div className="flex h-64 items-center justify-center"> <div className="flex h-64 items-center justify-center">
<Loader2 size={40} className="animate-spin text-gray-400" /> <Loader2 size={36} className="animate-spin text-gray-300" />
</div> </div>
)} )}
</div> </div>

Loading…
Cancel
Save