Skip to content

Commit

Permalink
Fixed #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 committed Aug 23, 2024
1 parent d92fa5d commit aa86e07
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

3 comments on commit aa86e07

@swift2512
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@snipe
59 return 'fas fa-cog';

@snipe
Copy link
Owner Author

@snipe snipe commented on aa86e07 Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it matters tho - both work

@swift2512
Copy link

@swift2512 swift2512 commented on aa86e07 Aug 26, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.