UX: Use 'trash' icon instead of 'times' for deleting small actions
This commit is contained in:
parent
0a1ac88f2c
commit
cbb8f6f0fe
|
@ -81,7 +81,7 @@ export default createWidget("post-small-action", {
|
|||
contents.push(
|
||||
this.attach("button", {
|
||||
className: "small-action-delete",
|
||||
icon: "times",
|
||||
icon: "trash",
|
||||
action: "deletePost",
|
||||
title: "post.controls.delete"
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue