Skip to content

Commit

Permalink
Update h4 to h5
Browse files Browse the repository at this point in the history
  • Loading branch information
bolatovumar committed Jan 6, 2021
1 parent 5b04ccc commit bcce5e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
<span class="alerts-badge badge badge-pill badge-danger">@Model.UnseenCount</span>
<div class="dropdown-menu dropdown-menu-right text-center notification-dropdown" aria-labelledby="navbarDropdown">
<div class="d-flex align-items-center justify-content-between py-3 px-4 border-bottom border-light">
<h4 class="m-0">Notifications</h4>
<h5 class="m-0">Notifications</h5>
<form asp-controller="Notifications" asp-action="MarkAllAsSeen" asp-route-returnUrl="@Context.Request.GetCurrentPathWithQueryString()" method="post">
<button class="btn btn-link p-0 font-weight-semibold" type="submit">Mark all as seen</button>
</form>
Expand Down

0 comments on commit bcce5e3

Please sign in to comment.