Instructions
@@ -206,6 +206,7 @@ class PreviewPresentation extends React.Component {
)}
handleUpdate={onUpdate}
name="instructions"
+ placeholder="Tell people how to use your project (such as which keys to press)."
type="textarea"
validationErrors={{
maxLength: 'Sorry description is too long'
@@ -236,6 +237,7 @@ class PreviewPresentation extends React.Component {
)}
handleUpdate={onUpdate}
name="description"
+ placeholder="How did you make this project? Did you use ideas scripts or artwork from other people? Thank them here."
type="textarea"
validationErrors={{
maxLength: 'Sorry description is too long'
@@ -254,6 +256,7 @@ class PreviewPresentation extends React.Component {
}
+ {/* eslint-enable max-len */}