提交 82d9cc42 编写于 作者: J Joao Moreno

use back icon instead of cross

fixes #2313
上级 bd24eefb
......@@ -407,7 +407,7 @@ class SuggestionDetails {
this.el = append(container, $('.details'));
const header = append(this.el, $('.header'));
this.title = append(header, $('span.title'));
this.back = append(header, $('span.go-back.octicon.octicon-x'));
this.back = append(header, $('span.go-back.octicon.octicon-mail-reply'));
this.back.title = nls.localize('goback', "Go back");
this.body = append(this.el, $('.body'));
this.type = append(this.body, $('p.type'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册