mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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(
|
contents.push(
|
||||||
this.attach("button", {
|
this.attach("button", {
|
||||||
className: "small-action-delete",
|
className: "small-action-delete",
|
||||||
icon: "times",
|
icon: "trash",
|
||||||
action: "deletePost",
|
action: "deletePost",
|
||||||
title: "post.controls.delete"
|
title: "post.controls.delete"
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user