Skip to content

Commit df69bc8

Browse files
committed
MP-302 - add placeholders for bio modal form
1 parent 107f99e commit df69bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const ModifyAboutMeModal: FC<ModifyAboutMeModalProps> = (props: ModifyAboutMeMod
130130
<form className={styles.editForm}>
131131
<InputText
132132
label='Title'
133+
placeholder='Ex: I’m a creative rockstar'
133134
name='memberTitle'
134135
onChange={handleMemberTitleChange}
135136
value={memberTitle}
@@ -138,6 +139,7 @@ const ModifyAboutMeModal: FC<ModifyAboutMeModalProps> = (props: ModifyAboutMeMod
138139
/>
139140
<InputTextarea
140141
label='Description'
142+
placeholder='Share something that makes you, you.'
141143
name='memberDescription'
142144
onChange={handleMemberDescriptionChange}
143145
onBlur={handleMemberDescriptionChange}

0 commit comments

Comments
 (0)