1
0
mirror of synced 2026-08-06 02:07:06 +00:00

Update deprecated icon reference

This commit is contained in:
Penar Musaraj
2019-04-23 13:53:27 -04:00
parent 73aad3a608
commit 2918f4a012
@@ -67,7 +67,7 @@ function initializeWithApi(api) {
TopicStatusIcons.addObject([
"has_accepted_answer",
"check-square-o",
"far-check-square",
"solved"
]);
@@ -92,7 +92,7 @@ function initializeWithApi(api) {
if (canAccept) {
return {
action: "acceptAnswer",
icon: "check-square-o",
icon: "far-check-square",
className: "unaccepted",
title: "solved.accept_answer",
position
@@ -227,7 +227,7 @@ export default {
openTag: "span",
closeTag: "span",
title: I18n.t("topic_statuses.solved.help"),
icon: "check-square-o"
icon: "far-check-square"
});
} else if (
this.topic.can_have_answer &&