|
|
|
@ -174,7 +174,7 @@ export function AICourseContent(props: AICourseContentProps) { |
|
|
|
|
setExpandedModules({}); |
|
|
|
|
setViewMode('full'); |
|
|
|
|
}} |
|
|
|
|
className="flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm transition-colors hover:bg-gray-50 hover:text-gray-900" |
|
|
|
|
className="max-lg:hidden flex flex-shrink-0 items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm transition-colors hover:bg-gray-50 hover:text-gray-900" |
|
|
|
|
> |
|
|
|
|
<BookOpenCheck size={18} className="mr-2" /> |
|
|
|
|
View Course Outline |
|
|
|
|