Skip to content

Commit

Permalink
Minor Typo Error
Browse files Browse the repository at this point in the history
-> Changed to ‘제한시간’ for timer
  • Loading branch information
withoutwax committed Aug 21, 2019
1 parent a4e07a7 commit 15da63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Setting extends React.Component {
</select>
</label>
<label className="set-timer">
<h2>참여인원:</h2>
<h2>제한시간:</h2>
<select value={this.state.value} onChange={this.setTimer}>
<option value="60">60 초</option>
<option value="90">90 초</option>
Expand Down

0 comments on commit 15da63d

Please sign in to comment.