1
0
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:
Kamran Ahmed
2025-04-03 17:41:46 +01:00
parent 0d9374285b
commit b75d36a8c0
32 changed files with 80 additions and 97 deletions

View File

@@ -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">