From 504940304a3cfaad375ed298580a01d10f77ab94 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 10 May 2022 20:25:19 -0500 Subject: [PATCH] SidebarNavigation: add back search button --- app/soapbox/components/sidebar-navigation.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx index c87b7ba07..fbb91ce60 100644 --- a/app/soapbox/components/sidebar-navigation.tsx +++ b/app/soapbox/components/sidebar-navigation.tsx @@ -13,6 +13,7 @@ import SidebarNavigationLink from './sidebar-navigation-link'; import type { Menu } from 'soapbox/components/dropdown_menu'; +/** Desktop sidebar with links to different views in the app. */ const SidebarNavigation = () => { const instance = useAppSelector((state) => state.instance); const settings = useAppSelector((state) => getSettings(state)); @@ -141,6 +142,12 @@ const SidebarNavigation = () => { text={} /> + } + /> + {account && ( <>