mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-10-01 11:26:42 +02:00
Changes to the ai tutor URL
This commit is contained in:
@@ -35,7 +35,7 @@ export function AICourseCard(props: AICourseCardProps) {
|
||||
return (
|
||||
<div className="relative">
|
||||
<a
|
||||
href={`/ai-tutor/${course.slug}`}
|
||||
href={`/ai/${course.slug}`}
|
||||
className="hover:border-gray-3 00 group relative flex w-full flex-col overflow-hidden rounded-lg border border-gray-200 bg-white p-4 text-left transition-all hover:bg-gray-50"
|
||||
>
|
||||
<div className="flex items-center justify-between">
|
||||
|
Reference in New Issue
Block a user