add example placeholder

This commit is contained in:
Barry Gitarts 2019-09-18 08:56:36 -04:00
parent e3e8d79061
commit 256544b077

View File

@ -442,7 +442,7 @@ const SubmissionSection = ({ classes, history }) => {
idFor="goal"
name="goal"
label="Enter your funding goal"
placeholder="Enter your funding goal"
placeholder="Amount e.g. 10000"
bottomLeftLabel={usdValue}
errorBorder={touched.goal && errors.goal}
onChange={handleChange}