Added Explore back to FooterBar
• Added: - Explore back to FooterBar
This commit is contained in:
parent
e8d04b6a81
commit
ce703dc054
|
@ -50,6 +50,12 @@ class FooterBar extends ImmutablePureComponent {
|
||||||
title: 'Groups',
|
title: 'Groups',
|
||||||
active: currentPathname.indexOf('/groups') > -1,
|
active: currentPathname.indexOf('/groups') > -1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
to: '/search',
|
||||||
|
icon: 'explore',
|
||||||
|
title: 'Explore',
|
||||||
|
active: currentPathname.indexOf('/search') > -1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
to: '/news',
|
to: '/news',
|
||||||
icon: 'news',
|
icon: 'news',
|
||||||
|
|
Loading…
Reference in New Issue