Hiding Pro Feed, Explore page for now

• Hiding:
- Pro Feed, Explore page for now
This commit is contained in:
mgabdev
2020-07-02 01:52:50 -04:00
parent f3b57b5810
commit 643026e885
6 changed files with 23 additions and 23 deletions

View File

@@ -139,11 +139,11 @@ class Sidebar extends ImmutablePureComponent {
icon: 'list',
to: '/lists',
},
{
title: 'Explore',
icon: 'explore',
to: '/explore',
},
// {
// title: 'Explore',
// icon: 'explore',
// to: '/explore',
// },
{
title: 'More',
icon: 'more',
@@ -169,11 +169,11 @@ class Sidebar extends ImmutablePureComponent {
]
const exploreItems = [
{
title: 'Pro Feed',
icon: 'circle',
to: '/timeline/pro',
},
// {
// title: 'Pro Feed',
// icon: 'circle',
// to: '/timeline/pro',
// },
{
title: 'Chat',
icon: 'chat',