mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +02:00
Update title of course
This commit is contained in:
@@ -236,7 +236,10 @@ export function AICourseLessonChat(props: AICourseLessonChatProps) {
|
||||
</button>
|
||||
|
||||
<div className="flex items-center justify-between gap-2 border-b border-gray-200 px-4 py-2 text-sm">
|
||||
<h4 className="text-base font-medium">Course AI</h4>
|
||||
<h4 className="flex items-center gap-2 text-base font-medium">
|
||||
<Bot className="size-5 shrink-0 text-black relative -top-[1px]" strokeWidth={2.5} />
|
||||
AI Instructor
|
||||
</h4>
|
||||
<button
|
||||
onClick={onClose}
|
||||
className="hidden rounded-md px-2 py-2 text-xs font-medium text-gray-500 hover:bg-gray-100 hover:text-black lg:block"
|
||||
|
Reference in New Issue
Block a user