diff --git a/src/components/SQLCourse/AccountButton.tsx b/src/components/SQLCourse/AccountButton.tsx index 79ce9539e..3eda765dd 100644 --- a/src/components/SQLCourse/AccountButton.tsx +++ b/src/components/SQLCourse/AccountButton.tsx @@ -58,7 +58,7 @@ export function AccountButton() { return ( Start Learning diff --git a/src/components/SQLCourse/BuyButton.tsx b/src/components/SQLCourse/BuyButton.tsx index db99b03f6..d73a27ce2 100644 --- a/src/components/SQLCourse/BuyButton.tsx +++ b/src/components/SQLCourse/BuyButton.tsx @@ -101,7 +101,7 @@ export function BuyButton(props: BuyButtonProps) { const hasEnrolled = !!courseProgress?.enrolledAt; if (hasEnrolled) { - window.location.href = `${import.meta.env.PUBLIC_COURSE_APP_URL}/sql`; + window.location.href = `${import.meta.env.PUBLIC_COURSE_APP_URL}/master-sql`; return; }