3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 14:05:41 +00:00

Updated more fa icons

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2021-09-26 01:11:08 -07:00
parent 8738451685
commit 7e41c74cc3
227 changed files with 606 additions and 607 deletions

View File

@ -38,14 +38,14 @@ class ActionlogPresenter extends Presenter
public function icon()
{
$itemicon = 'fa fa-paperclip';
$itemicon = 'fas fa-paperclip';
if ($this->itemType() == 'asset') {
return 'fa fa-barcode';
return 'fas fa-barcode';
} elseif ($this->itemType() == 'accessory') {
return 'far fa-keyboard';
} elseif ($this->itemType() == 'consumable') {
return 'fa fa-tint';
return 'fas fa-tint';
} elseif ($this->itemType() == 'license') {
return 'far fa-save';
} elseif ($this->itemType() == 'component') {