Skip to content

Commit 13f1f27

Browse files
authored
Merge pull request #2625 from objectcomputing/feature-2618/correct-title-of-guilds-card
2024-10-09 - Changed title of Guilds on Member Profile page
2 parents 4505118 + c65c84c commit 13f1f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-ui/src/pages/MemberProfilePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ const MemberProfilePage = () => {
308308
</Card>
309309
<Card>
310310
<CardHeader
311-
title="Guilds"
311+
title="Guilds & Communities"
312312
titleTypographyProps={{ variant: 'h5', component: 'h1' }}
313313
/>
314314
<CardContent>

web-ui/src/pages/__snapshots__/MemberProfilePage.test.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exports[`renders correctly 1`] = `
9595
<h1
9696
class="MuiTypography-root MuiTypography-h5 MuiCardHeader-title css-1qvr50w-MuiTypography-root"
9797
>
98-
Guilds
98+
Guilds & Communities
9999
</h1>
100100
</div>
101101
</div>

0 commit comments

Comments
 (0)