Client - fix arrow direction for wind - fix #134
DarkSky returns the direction that the wind is coming **from** (in degree).
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<div class="wind-bearing">
|
||||
<i
|
||||
v-if="weather.windBearing"
|
||||
class="fa fa-long-arrow-up"
|
||||
class="fa fa-long-arrow-down"
|
||||
:style="{
|
||||
transform: `rotate(${weather.windBearing}deg)`,
|
||||
}"
|
||||
|
Reference in New Issue
Block a user