Skip to content

Commit a0b5e54

Browse files
authored
Merge pull request #794 from topcoder-platform/MP-170_blank-profile
MP-170 - update profiles placeholders -> dev
2 parents 3ca9666 + a3c0933 commit a0b5e54

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

src/apps/profiles/src/member-profile/about-me/AboutMe.tsx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,7 @@ const AboutMe: FC<AboutMeProps> = (props: AboutMeProps) => {
9393
and interests with the community and customers.
9494
`}
9595
isSelf={canEdit}
96-
>
97-
I&apos;m a proud Topcoder member, working hard to solve some of the worlds biggest problems.
98-
<br />
99-
<br />
100-
I&apos;m excited to hear about your technology challenges and look forward to being
101-
on your next project.
102-
<br />
103-
<Button
104-
link
105-
variant='linkblue'
106-
size='lg'
107-
>
108-
Let&apos;s connect!
109-
</Button>
110-
</EmptySection>
96+
/>
11197
{canEdit && (
11298
<AddButton
11399
label='Add your bio'

src/apps/profiles/src/member-profile/education-and-certifications/EducationAndCertifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const EducationAndCertifications: FC<EducationAndCertificationsProps> = (props:
109109
`}
110110
isSelf={canEdit}
111111
>
112-
I&apos;m still building up my education and certifications here at Topcoder.
112+
This member is still building their education and certifications here at Topcoder.
113113
</EmptySection>
114114
)}
115115

src/apps/profiles/src/member-profile/work-expirence/WorkExpirence.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const WorkExpirence: FC<WorkExpirenceProps> = (props: WorkExpirenceProps) => {
8383
}
8484
isSelf={canEdit}
8585
>
86-
I&apos;m still building up my experience here at Topcoder.
86+
This member is still building their experience here at Topcoder.
8787
</EmptySection>
8888
)}
8989
{canEdit && !workExpirence?.length && (

0 commit comments

Comments
 (0)