Skip to content

Commit a36bd5b

Browse files
authored
Merge pull request #35 from DIodide/main
Update claim profile text
2 parents a46c2fb + e37d7b0 commit a36bd5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/profiles/school/[id]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ export default function SchoolProfilePage({ params }: SchoolProfilePageProps) {
11141114
href={`/sign-up/schools?redirect_url=${encodeURIComponent(`/profiles/school/${school.id}`)}`}
11151115
>
11161116
<HandshakeIcon className="mr-2 h-4 w-4" />
1117-
Sign Up as Coach
1117+
Claim This Profile
11181118
</a>
11191119
</Button>
11201120
) : (
@@ -1127,7 +1127,7 @@ export default function SchoolProfilePage({ params }: SchoolProfilePageProps) {
11271127
href={`/sign-up/schools?redirect_url=${encodeURIComponent(`/profiles/school/${school.id}`)}`}
11281128
>
11291129
<HandshakeIcon className="mr-2 h-4 w-4" />
1130-
Become a Coach
1130+
Claim This Profile
11311131
</a>
11321132
</Button>
11331133
)}

0 commit comments

Comments
 (0)