Skip to content

Commit

Permalink
minor html changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dejotb committed May 19, 2022
1 parent d0d2b93 commit 67b6636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,16 @@ class App {
<fieldset>
<legend>Select a theme:</legend>
<div class='theme__option'>
<input type="radio" id="amazon-morning" name="drone" value="amazon-morning"
>
<input type="radio" id="amazon-morning" name="theme" value="amazon-morning"
checked>
<label for="amazon-morning">Amazon Morning</label>
</div>
<div class='theme__option'>
<input type="radio" id="young-banana" name="drone" value="young-banana">
<input type="radio" id="young-banana" name="theme" value="young-banana">
<label for="young-banana">Young Banana</label>
</div>
<div class='theme__option'>
<input type="radio" id="whole-green" name="drone" value="whole-green">
<input type="radio" id="whole-green" name="theme" value="whole-green">
<label for="whole-green">Whole Green</label>
</div>
</fieldset>
Expand Down

0 comments on commit 67b6636

Please sign in to comment.