Removed Explore from FooterBar
• Removed: - Explore from FooterBar as it can now be found in /search on mobile
This commit is contained in:
parent
3f0b93473d
commit
8badbd167f
@ -50,13 +50,6 @@ class FooterBar extends ImmutablePureComponent {
|
|||||||
title: 'Groups',
|
title: 'Groups',
|
||||||
active: currentPathname.indexOf('/groups') > -1,
|
active: currentPathname.indexOf('/groups') > -1,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: '/explore',
|
|
||||||
icon: 'explore',
|
|
||||||
title: 'Explore',
|
|
||||||
isHidden: !me,
|
|
||||||
active: currentPathname.indexOf('/explore') > -1,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
to: '/news',
|
to: '/news',
|
||||||
icon: 'news',
|
icon: 'news',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user