diff --git a/src/components/GenerateCourse/AICourseContent.tsx b/src/components/GenerateCourse/AICourseContent.tsx index 820b33197..e2abc32dc 100644 --- a/src/components/GenerateCourse/AICourseContent.tsx +++ b/src/components/GenerateCourse/AICourseContent.tsx @@ -8,7 +8,6 @@ import { Map, MessageCircleOffIcon, MessageCircleIcon, - GitForkIcon, } from 'lucide-react'; import { useEffect, useState } from 'react'; import { type AiCourse } from '../../lib/ai'; @@ -328,17 +327,6 @@ export function AICourseContent(props: AICourseContentProps) { onUpgrade={() => setShowUpgradeModal(true)} onShowLimits={() => setShowAILimitsPopup(true)} /> - {isForkable && ( - - )} diff --git a/src/components/GenerateCourse/ForkCourseAlert.tsx b/src/components/GenerateCourse/ForkCourseAlert.tsx index e7280b94a..7f3f7b0dc 100644 --- a/src/components/GenerateCourse/ForkCourseAlert.tsx +++ b/src/components/GenerateCourse/ForkCourseAlert.tsx @@ -17,13 +17,13 @@ export function ForkCourseAlert(props: ForkCourseAlertProps) { } return ( -
+

To start tracking your progress, you can fork the course.