From 49089817b087f75e9bab1ab933e8727230fc34b4 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 20 Mar 2024 14:31:31 +0100 Subject: [PATCH] =?UTF-8?q?[Glitch]=20Fix=20=E2=80=9CExplore=E2=80=9D=20ic?= =?UTF-8?q?on=20in=20navigation=20bar=20not=20being=20filled=20when=20sele?= =?UTF-8?q?cted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port 3211e960ac793b1b9431a7eea40b385272f1a2a6 to glitch-soc Signed-off-by: Claire --- .../glitch/features/ui/components/navigation_panel.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx b/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx index 7ac748e438..fa1df612fa 100644 --- a/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx +++ b/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx @@ -8,6 +8,7 @@ import { useSelector, useDispatch } from 'react-redux'; import BookmarksActiveIcon from '@/material-icons/400-24px/bookmarks-fill.svg?react'; import BookmarksIcon from '@/material-icons/400-24px/bookmarks.svg?react'; +import ExploreActiveIcon from '@/material-icons/400-24px/explore-fill.svg?react'; import ExploreIcon from '@/material-icons/400-24px/explore.svg?react'; import HomeActiveIcon from '@/material-icons/400-24px/home-fill.svg?react'; import HomeIcon from '@/material-icons/400-24px/home.svg?react'; @@ -143,7 +144,7 @@ class NavigationPanel extends Component { )} {trendsEnabled ? ( - + ) : ( )}