Skip to content

Commit

Permalink
Sort game selector by release
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed May 31, 2019
1 parent 9b96f12 commit 930603b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ export class Controls extends Component {
<div className={styles.column}>
<div className={styles.group}>
<label>
Song List:
DDR Version:
{' '}
<select name="dataSource" onChange={this.handleSongListChange}>
<option value="a20">A20</option>
<option value="ace" defaultSelected>Ace</option>
<option value="a20">A 20</option>
<option value="extreme">Extreme</option>
</select>
</label>
Expand Down

0 comments on commit 930603b

Please sign in to comment.