Update deprecated icon reference

This commit is contained in:
Penar Musaraj 2019-04-23 13:53:27 -04:00
parent 73aad3a608
commit 2918f4a012
1 changed files with 3 additions and 3 deletions

View File

@ -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 &&