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