mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Use 'trash' icon instead of 'times' for deleting small actions
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user