From c27a958ae139a0a57064aad4757a089238248b61 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Sat, 18 Mar 2023 23:03:27 -0400 Subject: [PATCH] adjust hourly summaries --- WeatherDashboard.Web/Views/Home/Index.cshtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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