Removed Explore from FooterBar

• Removed:
- Explore from FooterBar as it can now be found in /search on mobile
This commit is contained in:
mgabdev 2020-11-03 15:28:13 -06:00
parent 3f0b93473d
commit 8badbd167f

@ -50,13 +50,6 @@ class FooterBar extends ImmutablePureComponent {
title: 'Groups',
active: currentPathname.indexOf('/groups') > -1,
},
{
to: '/explore',
icon: 'explore',
title: 'Explore',
isHidden: !me,
active: currentPathname.indexOf('/explore') > -1,
},
{
to: '/news',
icon: 'news',