From d990bcae48de02fcd42545e7b95b117990117b81 Mon Sep 17 00:00:00 2001 From: mayaeh Date: Sun, 13 Mar 2022 13:15:19 +0900 Subject: [PATCH] [Glitch] Change the "Explore" icon from fa-globe to fa-hashtag Port 24f375d79e831b64ccc0b854d53f6838f129cba2 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/features/explore/index.js | 2 +- .../flavours/glitch/features/getting_started/index.js | 2 +- .../flavours/glitch/features/ui/components/navigation_panel.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/features/explore/index.js b/app/javascript/flavours/glitch/features/explore/index.js index 01193dab78..f3419a658d 100644 --- a/app/javascript/flavours/glitch/features/explore/index.js +++ b/app/javascript/flavours/glitch/features/explore/index.js @@ -56,7 +56,7 @@ class Explore extends React.PureComponent { ) : ( ); + navItems.push(); if (!multiColumn || !columns.find(item => item.get('id') === 'DIRECT')) { navItems.push(); diff --git a/app/javascript/flavours/glitch/features/ui/components/navigation_panel.js b/app/javascript/flavours/glitch/features/ui/components/navigation_panel.js index d226d39e7f..848af53648 100644 --- a/app/javascript/flavours/glitch/features/ui/components/navigation_panel.js +++ b/app/javascript/flavours/glitch/features/ui/components/navigation_panel.js @@ -14,7 +14,7 @@ const NavigationPanel = ({ onOpenSettings }) => ( - +