We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a46c2fb + e37d7b0 commit a36bd5bCopy full SHA for a36bd5b
1 file changed
src/app/profiles/school/[id]/page.tsx
@@ -1114,7 +1114,7 @@ export default function SchoolProfilePage({ params }: SchoolProfilePageProps) {
1114
href={`/sign-up/schools?redirect_url=${encodeURIComponent(`/profiles/school/${school.id}`)}`}
1115
>
1116
<HandshakeIcon className="mr-2 h-4 w-4" />
1117
- Sign Up as Coach
+ Claim This Profile
1118
</a>
1119
</Button>
1120
) : (
@@ -1127,7 +1127,7 @@ export default function SchoolProfilePage({ params }: SchoolProfilePageProps) {
1127
1128
1129
1130
- Become a Coach
1131
1132
1133
)}
0 commit comments