From 815bf3753a6db860765c8f6866dbdb5f154811af Mon Sep 17 00:00:00 2001 From: mayaeh Date: Sun, 13 Mar 2022 13:15:19 +0900 Subject: [Glitch] Change the "Explore" icon from fa-globe to fa-hashtag Port e38a01c41add3dbbb0a9a7a68e591ce8313aa13a to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/ui/components/navigation_panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch/features/ui/components') 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 d226d39e7..848af5364 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 }) => ( - + -- cgit