Reset "accepted" icon class so icon is green in OP

This commit is contained in:
Penar Musaraj 2018-11-12 21:44:03 -05:00
parent f33ecb78f3
commit 2e499ba0dd
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ export default {
}
return I18n.t("solved.accepted_html", {
icon: iconHTML("check-square"),
icon: iconHTML("check-square", { class: "accepted" }),
username_lower: username.toLowerCase(),
username: formatUsername(username),
post_path: this.get("url") + "/" + postNumber,