Use better icon for deleting

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-11 17:00:12 +01:00
parent 23f1489b2b
commit d4a66f9b6c

View file

@ -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') {