diff --git a/src/components/SQLCourseVariant/AuthorCredentials.tsx b/src/components/SQLCourseVariant/AuthorCredentials.tsx index cde50cbea..2ad406395 100644 --- a/src/components/SQLCourseVariant/AuthorCredentials.tsx +++ b/src/components/SQLCourseVariant/AuthorCredentials.tsx @@ -1,36 +1,72 @@ -import { AwardIcon } from 'lucide-react'; -import { RoadmapDetailsPopover } from './RoadmapDetailsPopover'; +import { AwardIcon, InfoIcon } from 'lucide-react'; +import { GitHubIcon } from '../ReactIcons/GitHubIcon'; +import { Popover, PopoverContent, PopoverTrigger } from '../Popover'; export function AuthorCredentials() { return ( -
+ Your teacher for this course +
++
Complete course with AI Tutor, real-world challenges and more
+
Get certified for SQL queries and ready to deploy your newly-gained skill in 30 days. Perfect for developers, data analysts, and anyone working with data. Level up risk-free with a @@ -274,21 +271,21 @@ export function SQLCourseVariantPage() {