Fixed a typo

This commit is contained in:
Divya Kelaskar 2020-08-19 21:25:18 +05:30 committed by GitHub
parent ee44e7f7bc
commit 158b4697c9
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>
<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}>
<option>PNG</option>
<option>JPEG</option>