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}
>
<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>
<input
type="file"
@ -100,7 +100,7 @@ const styles = {
imageUpload: {
backgroundColor: '#fff',
textAlign: 'center',
color: '#888',
color: '#999',
padding: '20px',
display: 'block',
margin: '10px',