mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Use better icon for deleting
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
23f1489b2b
commit
d4a66f9b6c
|
@ -75,7 +75,7 @@ class ActionlogPresenter extends Presenter
|
|||
}
|
||||
|
||||
if ($this->actionType()=='delete') {
|
||||
return 'fa-solid fa-user-xmark';
|
||||
return 'fa-solid fa-trash';
|
||||
}
|
||||
|
||||
if ($this->actionType()=='update') {
|
||||
|
|
Loading…
Reference in a new issue