Merge pull request #3 from divyakelaskar/divyakelaskar-patch-1

Fixed a typo
This commit is contained in:
Rutik Wankhade 2020-08-20 10:57:52 +05:30 committed by GitHub
commit 35c95e9b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ class ConfigCover extends React.Component {
</select> </select>
<div className="d-flex flex-row mt-2"> <div className="d-flex flex-row mt-2">
<label>Dowload As</label> <label>Download As</label>
<select onChange={(e) => this.setState({ download: e.target.value })} className="form-control input-md ml-2" value={this.state.download}> <select onChange={(e) => this.setState({ download: e.target.value })} className="form-control input-md ml-2" value={this.state.download}>
<option>PNG</option> <option>PNG</option>
<option>JPEG</option> <option>JPEG</option>