Skip to content

Commit

Permalink
DEV: Update deprecated Font Awesome icon names (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Dec 4, 2024
1 parent 6d52b8c commit 2d42aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .discourse-compatibility
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/widgets/remove-vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2d42aa9

Please sign in to comment.