Browse Source

Fixed comment title closing tag element.

pull/109/head
Nicolas Maluleke 4 years ago
parent
commit
a95185f67b
  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