Change list icons different from the getting-started icons (#7838)

This commit is contained in:
Lynx Kotoura
2018-06-18 22:33:11 +09:00
committed by Eugen Rochko
parent 63b05096c7
commit 434ec913dd
3 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ export default class ListTimeline extends React.PureComponent {
return (
<Column ref={this.setRef}>
<ColumnHeader
icon='bars'
icon='list-ul'
active={hasUnread}
title={title}
onPin={this.handlePin}