diff --git a/src/components/GenerateCourse/AICourseContent.tsx b/src/components/GenerateCourse/AICourseContent.tsx index fddf994d0..bcdeb260d 100644 --- a/src/components/GenerateCourse/AICourseContent.tsx +++ b/src/components/GenerateCourse/AICourseContent.tsx @@ -4,8 +4,8 @@ import { CircleAlert, CircleOff, Menu, - Play, X, + Map, } from 'lucide-react'; import { useState } from 'react'; import { type AiCourse } from '../../lib/ai'; @@ -19,7 +19,6 @@ import { AICourseSidebarModuleList } from './AICourseSidebarModuleList'; import { AILimitsPopup } from './AILimitsPopup'; import { AICourseOutlineView } from './AICourseOutlineView'; import { AICourseRoadmapView } from './AICourseRoadmapView'; -import { AIRoadmapViewSwitch } from './AIRoadmapViewSwitch'; type AICourseContentProps = { courseSlug?: string; @@ -291,19 +290,6 @@ export function AICourseContent(props: AICourseContentProps) { onUpgrade={() => setShowUpgradeModal(true)} onShowLimits={() => setShowAILimitsPopup(true)} /> - - {viewMode === 'module' && ( - - )} @@ -339,36 +325,38 @@ export function AICourseContent(props: AICourseContentProps) { )} > - {viewMode === 'module' && ( +
- )} - - {viewMode !== 'module' && ( - )} +
)}