Browse Source

Merge pull request #109 from hnicolus/fix/fix-h4-closing-tag

Fixed h4 closing tag element.
pull/112/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
ab28951a13
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/EventHub.Web/Pages/Events/Detail.cshtml

2
src/EventHub.Web/Pages/Events/Detail.cshtml

@ -159,7 +159,7 @@
<div class="card">
<div class="card-body p-5">
<div class="card-title">
<h4>@L["Comments"]</h3>
<h4>@L["Comments"]</h4>
</div>
@await Component.InvokeAsync(typeof(CommentingViewComponent), new
{

Loading…
Cancel
Save