From cabedb6f0bd3c96b334af39fb3521434b2f2b698 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Fri, 22 Apr 2022 17:29:29 -0500 Subject: [PATCH] fix live radar icon --- WebfrontCore/Views/Shared/_LeftNavBar.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/Views/Shared/_LeftNavBar.cshtml b/WebfrontCore/Views/Shared/_LeftNavBar.cshtml index 3c64c0687..2740553ab 100644 --- a/WebfrontCore/Views/Shared/_LeftNavBar.cshtml +++ b/WebfrontCore/Views/Shared/_LeftNavBar.cshtml @@ -67,7 +67,7 @@ @foreach (Page pageLink in ViewBag.Pages) { - + @pageLink.Name }