From 5499696915b6025c8d4cd0711f3c70289e4c8662 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 14 Dec 2022 13:53:59 -0600 Subject: [PATCH] EditProfile: move profile preview (avatar/banner) to the top --- app/soapbox/features/edit-profile/index.tsx | 39 +++++++++++---------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/app/soapbox/features/edit-profile/index.tsx b/app/soapbox/features/edit-profile/index.tsx index 3f0cdcf27..1e3c0ed7d 100644 --- a/app/soapbox/features/edit-profile/index.tsx +++ b/app/soapbox/features/edit-profile/index.tsx @@ -310,6 +310,26 @@ const EditProfile: React.FC = () => { return (
+
+ + +
+ } + hintText={} + > + + + + } + hintText={} + > + + +
+
+ } > @@ -369,25 +389,6 @@ const EditProfile: React.FC = () => { /> -
- - -
- } - hintText={} - > - - - } - hintText={} - > - - -
-
- {features.followRequests && (