From a9a11da434761a463b0e595c7baa9e587dd226db Mon Sep 17 00:00:00 2001 From: ChaosExAnima Date: Wed, 9 Apr 2025 13:15:17 +0200 Subject: [PATCH] reverse order of followers/following to match designs and mobile --- .../components/account_header.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx index ca12834528..51e3562dbd 100644 --- a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx @@ -927,17 +927,6 @@ export const AccountHeader: React.FC<{ /> - - - - + + + + )}