Added Explore back to FooterBar
• Added: - Explore back to FooterBar
This commit is contained in:
@@ -47,6 +47,13 @@ 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',
|
||||||
|
|||||||
Reference in New Issue
Block a user