Skip to content

Commit

Permalink
Fix icon names for FontAwesome 6.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 18, 2022
1 parent d7cf707 commit ec1587f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="card-body">
<div class="card-title">
${%Error Messages}
<fa:svg-icon name="exclamation-triangle" class="icon-right fa-image-button-warning"/>
<fa:svg-icon name="triangle-exclamation" class="icon-right fa-image-button-warning"/>
</div>
<pre>
<samp id="errors" class="log-output">
Expand All @@ -33,7 +33,7 @@
<div class="row py-3">
<div class="col">

<bs:card title="${%Information Messages}" fontAwesomeIcon="info-circle">
<bs:card title="${%Information Messages}" fontAwesomeIcon="circle-info">

<pre>
<samp id="info" class="log-output">
Expand Down

0 comments on commit ec1587f

Please sign in to comment.