From 2bd468358b067247716c786f6c30f8bb91264de4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 12 May 2022 11:38:01 -0500 Subject: [PATCH] Rearrange SidebarNavigation --- app/soapbox/components/sidebar-navigation.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx index a6f2fef6b..d436cb4cb 100644 --- a/app/soapbox/components/sidebar-navigation.tsx +++ b/app/soapbox/components/sidebar-navigation.tsx @@ -149,12 +149,6 @@ const SidebarNavigation = () => { {account && ( <> - } - /> - { text={} /> + {renderMessagesLink()} + + } + /> + { )} - {account && renderMessagesLink()} - {menu.length > 0 && (