Added Explore back to FooterBar

• Added:
- Explore back to FooterBar
This commit is contained in:
mgabdev 2020-10-31 18:07:06 -05:00
parent 62d77311a3
commit 9f563935bf

@ -47,6 +47,13 @@ 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',