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:
Sam
2022-01-16 21:14:28 +01:00
parent 877fa0faaa
commit 7107d30f2d
11 changed files with 18 additions and 18 deletions

View File

@ -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)`,
}"