UX: Let's try X for the closed topic icon instead of a \

This commit is contained in:
Kris
2020-04-23 17:23:25 -04:00
parent b19d50f355
commit 9f52997be1
9 changed files with 24 additions and 23 deletions

View File

@ -12,7 +12,7 @@ widgetTest("basics", {
});
},
test(assert) {
assert.ok(find(".topic-status .d-icon-discourse-comment-slash").length);
assert.ok(find(".topic-status .d-icon-discourse-comment-close").length);
}
});