Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Update deprecated Font Awesome icon names #222

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading