DEV: Update deprecated FA4 icon name

This commit is contained in:
David Taylor 2019-12-31 11:21:31 +00:00
parent fd8b98a55e
commit a4a0d12b39

View File

@ -308,7 +308,7 @@ export default createWidget("topic-admin-menu", {
"div",
this.attach("button", {
action: "clickOutside",
icon: "close",
icon: "times",
className: "close-button"
})
)