From d489b40fd16c872aed0ca6ecdc71d9920a328627 Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Fri, 18 Feb 2022 18:59:29 -0800 Subject: [PATCH] fix: add additional space to Wind section --- src/components/AdditionalInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdditionalInfo.vue b/src/components/AdditionalInfo.vue index 4f6847f..5d81f06 100644 --- a/src/components/AdditionalInfo.vue +++ b/src/components/AdditionalInfo.vue @@ -28,7 +28,7 @@
Wind - {{ Math.round(this.currentWeather.wind.speed) }}mph + {{ Math.round(this.currentWeather.wind.speed) }} mph
Pressure