DEV: Update deprecated Font Awesome icon names (#222)

This commit is contained in:
Kelv 2024-12-04 09:43:42 +08:00 committed by GitHub
parent 6d52b8cfa8
commit 2d42aa970a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
< 3.4.0.beta2-dev: 6d52b8cfa8b3e2920aa3f12fc52673b88f53f776
< 3.4.0.beta1-dev: 4ebcd1187b59290b79db8c61c89df9f72bf1363c
< 3.3.0.beta5-dev: fdb1f98a963adac049ffe9cd4fc506d77dd38cca
< 3.3.0.beta1-dev: ba41633e0abe0535fd358a0809e0b4e0c79be128

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