Close AI chat question

feat/chat
Kamran Ahmed 3 weeks ago
parent 0622cf4b6d
commit b0653cb217
  1. 2
      src/components/GenerateCourse/AICourseLessonChat.tsx

@ -239,7 +239,7 @@ export function AICourseLessonChat(props: AICourseLessonChatProps) {
<h4 className="text-base font-medium">Course AI</h4> <h4 className="text-base font-medium">Course AI</h4>
<button <button
onClick={onClose} onClick={onClose}
className="hidden rounded-md px-2 py-2 text-xs font-medium text-gray-300 hover:bg-gray-100 hover:text-black lg:block" className="hidden rounded-md px-2 py-2 text-xs font-medium text-gray-500 hover:bg-gray-100 hover:text-black lg:block"
> >
<X className="size-4 stroke-[2.5]" /> <X className="size-4 stroke-[2.5]" />
</button> </button>

Loading…
Cancel
Save