diff --git a/src/components/GenerateCourse/AICourseContent.tsx b/src/components/GenerateCourse/AICourseContent.tsx
index e2abc32dc..462404049 100644
--- a/src/components/GenerateCourse/AICourseContent.tsx
+++ b/src/components/GenerateCourse/AICourseContent.tsx
@@ -248,7 +248,10 @@ export function AICourseContent(props: AICourseContentProps) {
aria-label="Back to generator"
>
- Back {isViewingLesson ? 'to Outline' : 'to AI Tutor'}
+ Back{' '}
+
+ {isViewingLesson ? 'to Outline' : 'to AI Tutor'}
+
@@ -439,7 +442,6 @@ export function AICourseContent(props: AICourseContentProps) {
courseSlug &&
(viewMode === 'outline' || viewMode === 'roadmap') && (
{
setIsForkingCourse(true);
@@ -459,6 +461,7 @@ export function AICourseContent(props: AICourseContentProps) {
{viewMode === 'module' && (
)}
-
+
Lesson {activeLessonIndex + 1} of {totalLessons}
{!isGenerating && !isLoading && (
-
+