DEV: Update to Font Awesome 6 icon names
This commit is contained in:
parent
52349b9d1b
commit
3a0740bb87
|
@ -10,7 +10,7 @@ export default createWidget("remove-vote", {
|
|||
},
|
||||
|
||||
html() {
|
||||
return [iconNode("times"), I18n.t("topic_voting.remove_vote")];
|
||||
return [iconNode("xmark"), I18n.t("topic_voting.remove_vote")];
|
||||
},
|
||||
|
||||
click() {
|
||||
|
|
Loading…
Reference in New Issue