UX: Use 'trash' icon instead of 'times' for deleting small actions

This commit is contained in:
David Taylor 2018-10-05 22:31:56 +01:00
parent 0a1ac88f2c
commit cbb8f6f0fe
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}) })