File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed
src/apps/profiles/src/member-profile
education-and-certifications Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff 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'm a proud Topcoder member, working hard to solve some of the worlds biggest problems.
98- < br />
99- < br />
100- I'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's connect!
109- </ Button >
110- </ EmptySection >
96+ />
11197 { canEdit && (
11298 < AddButton
11399 label = 'Add your bio'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const EducationAndCertifications: FC<EducationAndCertificationsProps> = (props:
109109 ` }
110110 isSelf = { canEdit }
111111 >
112- I'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
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const WorkExpirence: FC<WorkExpirenceProps> = (props: WorkExpirenceProps) => {
8383 }
8484 isSelf = { canEdit }
8585 >
86- I'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 && (
You can’t perform that action at this time.
0 commit comments