Skip to content

Commit

Permalink
Update Comments.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Jul 1, 2024
1 parent dd4ef01 commit 1ee2315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moonglade.Web/Pages/Admin/Comments.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

<div class="col-auto">
<a href="javascript:;" class="btn btn-sm @(item.IsApproved ? "btn-success" : "btn-outline-success") btn-approve" data-commentid="@item.Id">
<i class="bi-star-fill"></i>
<i class="bi-check2"></i>
</a>
<button class="btn btn-sm btn-outline-accent btn-reply" data-commentid="@item.Id">
<i class="bi-reply-fill"></i>
Expand Down

0 comments on commit 1ee2315

Please sign in to comment.