Skip to content

Commit

Permalink
Fixed snipe#15385 - small icon tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe authored and FlorentDotMe committed Sep 9, 2024
1 parent 79b1b05 commit ae7c9e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Helpers/IconHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static function icon($type) {
case 'warning':
return 'fas fa-exclamation-triangle';
case 'kits':
return 'fa fa-object-group';
return 'fas fa-object-group';
case 'assets':
return 'fas fa-barcode';
case 'accessories':
Expand All @@ -74,7 +74,7 @@ public static function icon($type) {
case 'licenses':
return 'far fa-save';
case 'requestable':
return 'fa fa-laptop';
return 'fas fa-laptop';
case 'reports':
return 'fas fa-chart-bar';
case 'heart':
Expand All @@ -86,7 +86,7 @@ public static function icon($type) {
case 'due':
return 'fas fa-history';
case 'import':
return 'fas fa-cloud-upload-alt fa-fw';
return 'fas fa-cloud-upload-alt';
case 'search':
return 'fas fa-search';
case 'alerts':
Expand Down

0 comments on commit ae7c9e9

Please sign in to comment.