File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/apps/profiles/src/member-profile/about-me/ModifyAboutMeModal Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ const ModifyAboutMeModal: FC<ModifyAboutMeModalProps> = (props: ModifyAboutMeMod
130
130
< form className = { styles . editForm } >
131
131
< InputText
132
132
label = 'Title'
133
+ placeholder = 'Ex: I’m a creative rockstar'
133
134
name = 'memberTitle'
134
135
onChange = { handleMemberTitleChange }
135
136
value = { memberTitle }
@@ -138,6 +139,7 @@ const ModifyAboutMeModal: FC<ModifyAboutMeModalProps> = (props: ModifyAboutMeMod
138
139
/>
139
140
< InputTextarea
140
141
label = 'Description'
142
+ placeholder = 'Share something that makes you, you.'
141
143
name = 'memberDescription'
142
144
onChange = { handleMemberDescriptionChange }
143
145
onBlur = { handleMemberDescriptionChange }
You can’t perform that action at this time.
0 commit comments