Skip to content

Commit

Permalink
Merge pull request #31044 from totten/5.77-font
Browse files Browse the repository at this point in the history
Fatal Errors - Fix display of error icon (FontAwesome 6)
  • Loading branch information
ufundo authored Sep 4, 2024
2 parents 7407684 + 4f24f48 commit 89fa16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/common/fatal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<style type="text/css" media="screen">
@import url({$config->resourceBase}css/civicrm.css);
@import url({$config->resourceBase}css/crm-i.css);
@import url({$config->resourceBase}bower_components/font-awesome/css/font-awesome.min.css);
@import url({$config->resourceBase}bower_components/font-awesome/css/all.min.css);
</style>
</head>
<body>
Expand All @@ -29,7 +29,7 @@
<style type="text/css" media="screen">
@import url({$config->resourceBase}css/civicrm.css);
@import url({$config->resourceBase}css/crm-i.css);
@import url({$config->resourceBase}bower_components/font-awesome/css/font-awesome.min.css);
@import url({$config->resourceBase}bower_components/font-awesome/css/all.min.css);
</style>
{/if}
<div class="messages status no-popup"> <i class="crm-i fa-exclamation-triangle crm-i-red" aria-hidden="true"></i>
Expand Down

0 comments on commit 89fa16e

Please sign in to comment.