From e37d7b0e635c9701473bdff8d528f26b8ebced0c Mon Sep 17 00:00:00 2001 From: glennfor Date: Wed, 4 Feb 2026 12:06:13 -0500 Subject: [PATCH] fix: update school claim button text' --- src/app/profiles/school/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )}