feat/chat
Arik Chakma 4 weeks ago
parent bfce0b4bb7
commit af0a3a5057
  1. 2
      src/components/GenerateCourse/AICourseLesson.tsx

@ -450,6 +450,7 @@ export function AICourseLesson(props: AICourseLessonProps) {
</>
)}
{isAIChatsMobileOpen && (
<div
className="fixed inset-0 hidden data-[state=open]:block lg:hidden data-[state=open]:lg:hidden"
data-state={isAIChatsMobileOpen ? 'open' : 'closed'}
@ -470,6 +471,7 @@ export function AICourseLesson(props: AICourseLessonProps) {
<XIcon className="size-4 stroke-[2.5]" />
</button>
</div>
)}
</ResizablePanelGroup>
</div>
);

Loading…
Cancel
Save