Knock back tip text

This commit is contained in:
Frances Berriman 2016-08-31 13:08:14 -07:00
parent 74a0c8c602
commit c49cfc5fce

View File

@ -79,7 +79,7 @@ export default class ImageControl extends React.Component {
onDrop={this.handleChange} onDrop={this.handleChange}
> >
<span style={styles.imageUpload} onClick={this.handleClick}> <span style={styles.imageUpload} onClick={this.handleClick}>
{imageName ? imageName : 'Click here to upload from your file browser, or drag an image directly into this box from your desktop'} {imageName ? imageName : 'Tip: Click here to upload an image from your file browser, or drag an image directly into this box from your desktop'}
</span> </span>
<input <input
type="file" type="file"
@ -100,7 +100,7 @@ const styles = {
imageUpload: { imageUpload: {
backgroundColor: '#fff', backgroundColor: '#fff',
textAlign: 'center', textAlign: 'center',
color: '#888', color: '#999',
padding: '20px', padding: '20px',
display: 'block', display: 'block',
margin: '10px', margin: '10px',