File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
app/organizations/[id]/members Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ export default function MembersPage({
66
66
67
67
return (
68
68
< div className = "container mx-auto p-6 space-y-8" >
69
- < h3 className = "text-3xl font-bold" > Members</ h3 >
70
69
< MemberContainer
71
70
users = { users }
72
71
relationships = { relationships }
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export function MemberContainer({
52
52
return (
53
53
< div className = "space-y-6" >
54
54
< div className = "flex justify-between items-center" >
55
+ < h3 className = "text-2xl font-semibold" > Members</ h3 >
55
56
{ /* Only show the button if user is a coach to _some_ user within the
56
57
scope of the organization. We may come back and add this directly to user
57
58
data. */ }
You can’t perform that action at this time.
0 commit comments