diff --git a/app/javascript/gabsocial/components/footer_bar.js b/app/javascript/gabsocial/components/footer_bar.js index 3c6dba00..60a40f73 100644 --- a/app/javascript/gabsocial/components/footer_bar.js +++ b/app/javascript/gabsocial/components/footer_bar.js @@ -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',