Skip to content

Commit

Permalink
Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CS…
Browse files Browse the repository at this point in the history
…harp/BlazorWeb-CSharp/Components/Layout/ManageNavMenu.razor

Co-authored-by: Surayya Huseyn Zada <[email protected]>
  • Loading branch information
MackinnonBuck and surayya-MS authored Sep 18, 2023
1 parent 615bcdd commit 29f691c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NavLink id="profile" class="nav-link" href="/Account/Manage" Match="NavLinkMatch.All">Profile</NavLink>
</li>
<li class="nav-item">
<NavLink id="email" class="nav-link" href="/Account/Manage/Email">Email</NavLink>
<NavLink id="manage-email" class="nav-link" href="/Account/Manage/Email">Email</NavLink>
</li>
<li class="nav-item">
<NavLink id="change-password" class="nav-link" href="/Account/Manage/ChangePassword">Password</NavLink>
Expand Down

0 comments on commit 29f691c

Please sign in to comment.