Add , after Or.

nb/hide-http
Neeraj Baid 11 years ago
parent 9daafd0716
commit 6f7badb1a1

@ -55,7 +55,7 @@ export default class UploadPage extends React.Component {
<h1>FilePizza</h1>
<p>Your files, delivered.</p>
<p>Drag the file into this window to get started.</p>
<p>Or
<p>Or,
<label className="myLabel">
<input type="file" onChange={this.handleSelectedFile} required/>
<span>select a file</span>

Loading…
Cancel
Save