Replace deprecated icon

This commit is contained in:
Penar Musaraj 2019-08-25 21:28:46 -04:00
parent a58984bfca
commit be6ecbf667

View File

@ -256,7 +256,7 @@ export default {
openTag: "span", openTag: "span",
closeTag: "span", closeTag: "span",
title: I18n.t("solved.has_no_accepted_answer"), title: I18n.t("solved.has_no_accepted_answer"),
icon: "square-o" icon: "far-square"
}); });
} }
return results; return results;