use list-ul icon in list header and web/lists

This commit is contained in:
cwm
2017-12-17 21:25:18 -06:00
parent 17e53b931c
commit e4ebbf4f07
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,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}