Apply suggestions from code review

This commit is contained in:
Christopher Fenner
2022-01-06 21:28:25 +01:00
committed by GitHub
parent 793f3dd75c
commit 1619dd29e9
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
{% if config.showWindDirection %}
<sup>
{% if config.showWindDirectionAsArrow %}
<i class="fas fa-long-arrow-up" style="transform:rotate({{ current.windDirection }}deg);"></i>
<i class="fas fa-long-arrow-alt-up" style="transform:rotate({{ current.windDirection }}deg);"></i>
{% else %}
{{ current.cardinalWindDirection() | translate }}
{% endif %}