Skip to content

Commit

Permalink
DEV: Update to Font Awesome 6 icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Dec 3, 2024
1 parent 52349b9 commit 3a0740b
Showing 1 changed file with 1 addition and 1 deletion.
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 3a0740b

Please sign in to comment.