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