Skip to content

Commit

Permalink
convert icon-trash to fas fa-trash
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Aug 24, 2020
1 parent 465dd4a commit b2648c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/joomla/button/iconclass.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
$icon = 'fas fa-compress';
}
elseif ($icon === 'purge')
elseif ($icon === 'purge' || $icon === 'trash')
{
$icon = 'fas fa-trash';
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/joomla/toolbar/iconclass.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
$icon = 'fas fa-compress';
}
elseif ($icon === 'purge')
elseif ($icon === 'purge' || $icon === 'trash')
{
$icon = 'fas fa-trash';
}
Expand Down

0 comments on commit b2648c4

Please sign in to comment.