Skip to content

Commit

Permalink
Add notes for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshire137 committed Jul 16, 2018
1 parent 2587613 commit 0715f1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/SettingsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class SettingsForm extends Component {
>{account.battletag}</option>
))}
</select>
<p className="note">
Which account's match history should load when you open the app.
</p>
</dd>
</dl>
<dl className="form-group">
Expand All @@ -104,6 +107,9 @@ class SettingsForm extends Component {
<option value="light">Light</option>
<option value="dark">Dark</option>
</select>
<p className="note">
Choose an appearance for the app.
</p>
</dd>
</dl>
<div className="mb-4">
Expand Down

0 comments on commit 0715f1a

Please sign in to comment.