From 4e6a6278ac68b86ff771a34cf08b3974d7bd35e0 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 5 Oct 2021 22:25:50 -0500 Subject: [PATCH] Revert "Swap positions of Search and Messages/Chats in navigation" This reverts commit 66f2aa4e846f96207caef3fedaabba6f0491c519. --- app/soapbox/components/primary_navigation.js | 16 ++++++++-------- app/soapbox/components/thumb_navigation.js | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/soapbox/components/primary_navigation.js b/app/soapbox/components/primary_navigation.js index 220c97d1e..c9c3f915e 100644 --- a/app/soapbox/components/primary_navigation.js +++ b/app/soapbox/components/primary_navigation.js @@ -77,14 +77,6 @@ class PrimaryNavigation extends React.PureComponent { )} - - - - - {account && ( features.chats ? ( @@ -106,6 +98,14 @@ class PrimaryNavigation extends React.PureComponent { ) )} + + + + + {(account && isStaff(account)) && ( )} - - - - - - - {account && ( features.chats ? ( @@ -107,6 +97,16 @@ class ThumbNavigation extends React.PureComponent { ) )} + + + + + + + {(account && isStaff(account)) && (