From 66f2aa4e846f96207caef3fedaabba6f0491c519 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 5 Oct 2021 22:22:47 -0500 Subject: [PATCH] Swap positions of Search and Messages/Chats in navigation --- 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 c9c3f915e..220c97d1e 100644 --- a/app/soapbox/components/primary_navigation.js +++ b/app/soapbox/components/primary_navigation.js @@ -77,6 +77,14 @@ class PrimaryNavigation extends React.PureComponent { )} + + + + + {account && ( features.chats ? ( @@ -98,14 +106,6 @@ class PrimaryNavigation extends React.PureComponent { ) )} - - - - - {(account && isStaff(account)) && ( )} + + + + + + + {account && ( features.chats ? ( @@ -97,16 +107,6 @@ class ThumbNavigation extends React.PureComponent { ) )} - - - - - - - {(account && isStaff(account)) && (