From 79a6440ffac87bc2b5059e6e64af92bac2169f9c Mon Sep 17 00:00:00 2001 From: Joseph Ortiz Date: Thu, 23 Jan 2025 13:18:25 -0800 Subject: [PATCH] Update navigation labels to title case in _Layout.cshtml (#362) Changed text labels for navigation links in _Layout.cshtml to use title case instead of uppercase. Specific changes include: - "HOME" to "Home" - "PROGRAM VIDEOS" to "Program Videos" - "NEWS" to "News" - "EVENTS" to "Events" - "RESOURCES" to "Resources" - "HOUSING PROGRAM" to "Housing Program" - "ABOUT US" to "About Us" --- PC2/Views/Shared/_Layout.cshtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PC2/Views/Shared/_Layout.cshtml b/PC2/Views/Shared/_Layout.cshtml index 0daa3af..da1ac81 100644 --- a/PC2/Views/Shared/_Layout.cshtml +++ b/PC2/Views/Shared/_Layout.cshtml @@ -127,16 +127,16 @@ cfg: { // Application Insights Configuration else {