Added Explore back to FooterBar

• Added:
- Explore back to FooterBar
This commit is contained in:
mgabdev 2020-11-03 17:12:11 -06:00
parent e8d04b6a81
commit ce703dc054

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