Skip to content

Commit

Permalink
Change unit on temp
Browse files Browse the repository at this point in the history
  • Loading branch information
phae committed Dec 1, 2014
1 parent b4f08fd commit f4e6195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/stweather/stweather.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h1>Today</h1>
<p class="primary-climacon colored" data-bind="climacon[icon] | raw"></p>

<p class="primary-info colored" data-bind="now_temp"></p>
<p class="primary-unit colored">&deg;F</p>
<p class="primary-unit colored">&deg;C</p>

<br>

Expand Down

0 comments on commit f4e6195

Please sign in to comment.