From ce703dc054c73aa2a703a46add36a52efb8a1299 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 3 Nov 2020 17:12:11 -0600 Subject: [PATCH] Added Explore back to FooterBar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - Explore back to FooterBar --- app/javascript/gabsocial/components/footer_bar.js | 6 ++++++ 1 file changed, 6 insertions(+) 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',