refactor/ai-courses
Kamran Ahmed 1 month ago
parent b74f290995
commit 9532a8ad04
  1. 5
      src/components/GenerateCourse/AICourseFollowUp.tsx

@ -36,10 +36,7 @@ export function AICourseFollowUp(props: AICourseFollowUpProps) {
onClick={() => setIsOpen(true)} onClick={() => setIsOpen(true)}
> >
<BotIcon className="h-4 w-4" /> <BotIcon className="h-4 w-4" />
<span> <span>Ask AI some follow up questions</span>
<span className="max-sm:hidden">Still confused?&nbsp;</span>
Ask AI some follow up questions
</span>
<ArrowRightIcon className="ml-auto h-4 w-4 max-sm:hidden" /> <ArrowRightIcon className="ml-auto h-4 w-4 max-sm:hidden" />
</button> </button>

Loading…
Cancel
Save