Skip to content

Commit

Permalink
Fix sunset label
Browse files Browse the repository at this point in the history
The sunset display had a duplicate sunrise as its label.
  • Loading branch information
LTA-Thinking committed Apr 25, 2019
1 parent 23e344a commit c8a8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>
<span class="value"></span>
</div>
<div class="sunset">
<span class="label">Sunrise:</span>
<span class="label">Sunset:</span>
<span class="value"></span>
</div>
</div>
Expand Down

0 comments on commit c8a8f6a

Please sign in to comment.