Change list icons different from the getting-started icons (#7838)
This commit is contained in:
parent
63b05096c7
commit
434ec913dd
3 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ export default class GettingStarted extends ImmutablePureComponent {
|
|||
navItems.push(
|
||||
<ColumnLink key={i++} icon='envelope' text={intl.formatMessage(messages.direct)} to='/timelines/direct' />,
|
||||
<ColumnLink key={i++} icon='star' text={intl.formatMessage(messages.favourites)} to='/favourites' />,
|
||||
<ColumnLink key={i++} icon='bars' text={intl.formatMessage(messages.lists)} to='/lists' />
|
||||
<ColumnLink key={i++} icon='list-ul' text={intl.formatMessage(messages.lists)} to='/lists' />
|
||||
);
|
||||
|
||||
height += 48*3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue