Fix on-boarding typo (#892)
This commit is contained in:
parent
ff0e3a5b71
commit
8c70c95cea
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const OnboardingProfile = ({onChange}) => {
|
|||
<input name="summary" placeholder="e.g. I'm a passionate hacker wizard unicorn ninja" maxLength="120" onChange={onChange} />
|
||||
<div class="onboarding-profile-question">Where are you located?</div>
|
||||
<input name="location" placeholder="e.g. New York City" maxLength="60" onChange={onChange} />
|
||||
<div class="onboarding-profile-question">Where is your title?</div>
|
||||
<div class="onboarding-profile-question">What is your title?</div>
|
||||
<input name="employment_title" placeholder="e.g. Frontend developer" maxLength="60" onChange={onChange} />
|
||||
<div class="onboarding-profile-question">Where do you work?</div>
|
||||
<input name="employer_name" placeholder="e.g. Google" maxLength="60" onChange={onChange} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue