Skip to content

Commit

Permalink
Change fa-fw to icon-fw
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed May 19, 2021
1 parent bd81030 commit d24022c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/modules/mod_messages/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a class="header-item-content" href="<?php echo Route::_($route); ?>" title="<?php echo Text::_('MOD_MESSAGES_PRIVATE_MESSAGES'); ?>">
<div class="header-item-icon">
<div class="w-auto">
<span class="fa-fw icon-envelope" aria-hidden="true"></span>
<span class="icon-envelope icon-fw" aria-hidden="true"></span>
<small class="header-item-count"><?php echo $countUnread; ?></small>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
title="<?php echo Text::_('MOD_POST_INSTALLATION_MESSAGES'); ?>">
<div class="header-item-icon">
<div class="w-auto">
<span class="fa-fw icon-bell" aria-hidden="true"></span>
<span class="icon-bell icon-fw" aria-hidden="true"></span>
<small class="header-item-count"><?php echo count($messages); ?></small>
</div>
</div>
Expand Down

0 comments on commit d24022c

Please sign in to comment.