Skip to content

Commit 6e1bae7

Browse files
authored
Merge pull request #736 from topcoder-platform/MP-157_update-gig-modal-content
MP-157 - update gig modal content -> dev
2 parents 1f4daad + 561fcda commit 6e1bae7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/apps/profiles/src/member-profile/profile-header/OpenForGigsModifyModal/OpenForGigsModifyModal.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ const OpenForGigsModifyModal: FC<OpenForGigsModifyModalProps> = (props: OpenForG
9494
)}
9595
>
9696
<div className={styles.modalBody}>
97-
<p>Open for Gig Work</p>
97+
<p>
98+
Currently
99+
{openForWork ? ' ' : ' not '}
100+
available for work.
101+
Get found in search results when potential clients look for services
102+
and them reach out to you for free.
103+
</p>
98104
<FormToggleSwitch
99105
name='openForWork'
100106
onChange={handleOpenForWorkToggle}

0 commit comments

Comments
 (0)