diff --git a/src/components/AITutor/AIExploreCourseListing.tsx b/src/components/AITutor/AIExploreCourseListing.tsx index 65b57f1b2..4f132e871 100644 --- a/src/components/AITutor/AIExploreCourseListing.tsx +++ b/src/components/AITutor/AIExploreCourseListing.tsx @@ -56,7 +56,7 @@ export function AIExploreCourseListing(props: AIExploreCourseListingProps) { courses && courses.length > 0 && !error && ( -
+
{courses.map((course) => (
-
+
diff --git a/src/pages/ai/stuff-picks.astro b/src/pages/ai/staff-picks.astro similarity index 100% rename from src/pages/ai/stuff-picks.astro rename to src/pages/ai/staff-picks.astro