diff --git a/src/app/profiles/school/[id]/page.tsx b/src/app/profiles/school/[id]/page.tsx index c2c1b5c..b9d165b 100644 --- a/src/app/profiles/school/[id]/page.tsx +++ b/src/app/profiles/school/[id]/page.tsx @@ -1114,7 +1114,7 @@ export default function SchoolProfilePage({ params }: SchoolProfilePageProps) { href={`/sign-up/schools?redirect_url=${encodeURIComponent(`/profiles/school/${school.id}`)}`} > - Sign Up as Coach + Claim This Profile ) : ( @@ -1127,7 +1127,7 @@ export default function SchoolProfilePage({ params }: SchoolProfilePageProps) { href={`/sign-up/schools?redirect_url=${encodeURIComponent(`/profiles/school/${school.id}`)}`} > - Become a Coach + Claim This Profile )}