Skip to content

Commit

Permalink
[Added] profile picture link to the dashboard menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nobir committed Jul 20, 2022
1 parent 54113e6 commit 8407808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Views/Shared/_PrimaryMenu.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<li class="list-group m-1">
@Html.ActionLink("Change Password", "ChangePassword", "Dashboard", null, new { @class = "nav-link list-group-item text-dark rounded" })
</li>
<li class="list-group m-1">
@Html.ActionLink("Change Profile Picture", "ProfilePicture", "Dashboard", null, new { @class = "nav-link list-group-item text-dark rounded" })
</li>
<li class="list-group m-1">
@Html.ActionLink("Logout", "Logout", "Home", null, new { @class = "nav-link list-group-item text-dark rounded" })
</li>
Expand Down

0 comments on commit 8407808

Please sign in to comment.