Skip to content

Commit

Permalink
Changes News to Know to News (#348)
Browse files Browse the repository at this point in the history
* Changes News to Know to News

* Changed the _Layout News to Know to News, fixed NewtoKnow Index.cshtml back from news to News to Know
  • Loading branch information
ElizabethK9 authored Dec 2, 2024
1 parent 130c1c9 commit caafdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC2/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cfg: { // Application Insights Configuration
<a class="nav-link" asp-controller="ProgramVideos" asp-action="Index">PROGRAM VIDEOS</a>
</li>
<li id="NewsToKnow-Index" class="nav-item menu-item">
<a class="nav-link" asp-area="" asp-controller="NewsToKnow" asp-action="Index">NEWS TO KNOW</a>
<a class="nav-link" asp-area="" asp-controller="NewsToKnow" asp-action="Index">NEWS</a>
</li>
<li id="Events-Index" class="nav-item menu-item dropdown">
<a class="nav-link" asp-controller="Events" asp-action="Index">EVENTS</a>
Expand Down

0 comments on commit caafdda

Please sign in to comment.