Added Explore back to FooterBar
• Added: - Explore back to FooterBar
This commit is contained in:
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user