Updated pro feed link icons in sidebars

• Updated:
- pro feed link icons in sidebars
This commit is contained in:
mgabdev 2020-08-19 11:33:10 -05:00
parent 216e0ba47a
commit 234b65697a
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ class Sidebar extends ImmutablePureComponent {
},
{
title: 'Pro Feed',
icon: 'circle',
icon: 'explore',
to: '/timeline/pro',
},
{

View File

@ -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),