Skip to content

Commit 71cbc44

Browse files
committed
MP-230 gig work availability modal update
1 parent 65d2d76 commit 71cbc44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

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

0 commit comments

Comments
 (0)