diff --git a/WeatherDashboard.Web/Views/Home/Index.cshtml b/WeatherDashboard.Web/Views/Home/Index.cshtml index c690010..6f1fde0 100644 --- a/WeatherDashboard.Web/Views/Home/Index.cshtml +++ b/WeatherDashboard.Web/Views/Home/Index.cshtml @@ -19,10 +19,10 @@ { var displayHours = new Dictionary { - [6] = "Morning", - [12] = "Noon", - [17] = "Evening", - [22] = "Night" + [7] = "Morning", + [14] = "Afternoon", + [19] = "Evening", + [23] = "Night" }; var hourForecasts = forecast.HourForecasts