Updated pro feed link icons in sidebars
• Updated: - pro feed link icons in sidebars
This commit is contained in:
parent
216e0ba47a
commit
234b65697a
|
@ -108,7 +108,7 @@ class Sidebar extends ImmutablePureComponent {
|
|||
},
|
||||
{
|
||||
title: 'Pro Feed',
|
||||
icon: 'circle',
|
||||
icon: 'explore',
|
||||
to: '/timeline/pro',
|
||||
},
|
||||
{
|
||||
|
|
|
@ -84,7 +84,7 @@ class SidebarXS extends ImmutablePureComponent {
|
|||
title: intl.formatMessage(messages.search),
|
||||
},
|
||||
{
|
||||
icon: 'circle',
|
||||
icon: 'explore',
|
||||
to: '/timeline/pro',
|
||||
onClick: this.handleSidebarClose,
|
||||
title: intl.formatMessage(messages.proFeed),
|
||||
|
|
Loading…
Reference in New Issue