Update deprecated icon reference
This commit is contained in:
parent
73aad3a608
commit
2918f4a012
|
@ -67,7 +67,7 @@ function initializeWithApi(api) {
|
||||||
|
|
||||||
TopicStatusIcons.addObject([
|
TopicStatusIcons.addObject([
|
||||||
"has_accepted_answer",
|
"has_accepted_answer",
|
||||||
"check-square-o",
|
"far-check-square",
|
||||||
"solved"
|
"solved"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ function initializeWithApi(api) {
|
||||||
if (canAccept) {
|
if (canAccept) {
|
||||||
return {
|
return {
|
||||||
action: "acceptAnswer",
|
action: "acceptAnswer",
|
||||||
icon: "check-square-o",
|
icon: "far-check-square",
|
||||||
className: "unaccepted",
|
className: "unaccepted",
|
||||||
title: "solved.accept_answer",
|
title: "solved.accept_answer",
|
||||||
position
|
position
|
||||||
|
@ -227,7 +227,7 @@ export default {
|
||||||
openTag: "span",
|
openTag: "span",
|
||||||
closeTag: "span",
|
closeTag: "span",
|
||||||
title: I18n.t("topic_statuses.solved.help"),
|
title: I18n.t("topic_statuses.solved.help"),
|
||||||
icon: "check-square-o"
|
icon: "far-check-square"
|
||||||
});
|
});
|
||||||
} else if (
|
} else if (
|
||||||
this.topic.can_have_answer &&
|
this.topic.can_have_answer &&
|
||||||
|
|
Loading…
Reference in New Issue