DEV: Update to Font Awesome 6 icon names

This commit is contained in:
Kelvin Tan 2024-12-03 19:53:49 +08:00
parent 52349b9d1b
commit 3a0740bb87
No known key found for this signature in database
GPG Key ID: 49C85DCE965C53EF
1 changed files with 1 additions and 1 deletions

View File

@ -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() {