From 57b912ff188603055ac25f60f14f7e12044deeb7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 1 Apr 2025 11:42:25 +0100 Subject: [PATCH] Add close icon --- .../GenerateCourse/AICourseLessonChat.tsx | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/components/GenerateCourse/AICourseLessonChat.tsx b/src/components/GenerateCourse/AICourseLessonChat.tsx index 2fb31badb..a8650c374 100644 --- a/src/components/GenerateCourse/AICourseLessonChat.tsx +++ b/src/components/GenerateCourse/AICourseLessonChat.tsx @@ -5,8 +5,9 @@ import { Hammer, HelpCircle, LockIcon, - Send, - XIcon, + Send, User2, + X, + XIcon } from 'lucide-react'; import { Fragment, @@ -231,6 +232,12 @@ export function AICourseLessonChat(props: AICourseLessonChatProps) {

Course AI

+
1 && (
+

+ Here are some questions that you might have about this lesson. +

{defaultQuestions.map((question, index) => (