Skip to content

Commit

Permalink
Use better icon for deleting
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jul 11, 2024
1 parent 23f1489 commit d4a66f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Presenters/ActionlogPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function icon()
}

if ($this->actionType()=='delete') {
return 'fa-solid fa-user-xmark';
return 'fa-solid fa-trash';
}

if ($this->actionType()=='update') {
Expand Down

0 comments on commit d4a66f9

Please sign in to comment.