diff --git a/resources/views/components/weather.blade.php b/resources/views/components/weather.blade.php
index 134ea11..e5aff7f 100644
--- a/resources/views/components/weather.blade.php
+++ b/resources/views/components/weather.blade.php
@@ -13,8 +13,8 @@ function degreesToCompassDirection($degrees) {
@endphp
Local Weather (Last Update: {{ $updated }})
- Wind Speed: {{ $data->wind_speed_last }} mph
+ Wind Speed: {{ $data->wind_speed_last }} mph
Wind Direction: {{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}
- Temperature: {{ round(($data->temp-32)*(5/9), 1) }}°C
- Rain Rate: {{ round($data->rain_rate_last*0.2, 2) }} mm/hr
- Humidity: {{ round($data->hum) }}%
+ Temperature: {{ round(($data->temp-32)*(5/9), 1) }}°C
+ Rain Rate: {{ round($data->rain_rate_last*0.2, 2) }} mm/hr
+ Humidity: {{ round($data->hum) }}%