Skip to content

Commit

Permalink
corrected the fw-bold in 112 line
Browse files Browse the repository at this point in the history
  • Loading branch information
npalchur committed Mar 26, 2024
1 parent 7ec2dd3 commit 8c04712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/src/t5gweb/templates/macros/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ <h2>Statistics</h2>
</td>
{% if new_comments[account][status][card]['escalated'] %}
{% if new_comments[account][status][card]['escalated_link'] %}
<td class="align-middle text-center">
<a href="{{ new_comments[account][status][card]['escalated_link'] }} fw-bold">Yes</a>
<td class="align-middle text-center fw-bold">
<a href="{{ new_comments[account][status][card]['escalated_link'] }}">Yes</a>
</td>
{% else %}
<td class="align-middle text-center fw-bold">Yes</td>
Expand Down

0 comments on commit 8c04712

Please sign in to comment.