From 3a0740bb876a554f50b941e728cc8dfb12004d18 Mon Sep 17 00:00:00 2001 From: Kelvin Tan Date: Tue, 3 Dec 2024 19:53:49 +0800 Subject: [PATCH] DEV: Update to Font Awesome 6 icon names --- assets/javascripts/discourse/widgets/remove-vote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/widgets/remove-vote.js b/assets/javascripts/discourse/widgets/remove-vote.js index 1418ed4..a8d4883 100644 --- a/assets/javascripts/discourse/widgets/remove-vote.js +++ b/assets/javascripts/discourse/widgets/remove-vote.js @@ -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() {