From f6864f96bd177521ac143766b46a7cbee6b56e43 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 13 Oct 2023 15:46:43 +0800 Subject: [PATCH] Change p to div --- src/components/account-info.css | 1 + src/components/account-info.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/account-info.css b/src/components/account-info.css index f3ab0414..43b70526 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -220,6 +220,7 @@ } .account-container .actions { + margin-block: 8px; display: flex; gap: 8px; justify-content: space-between; diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 4014a0d2..2de3371d 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -854,7 +854,7 @@ function RelatedActions({ return ( <> -

+

{followedBy ? ( Following you @@ -1207,7 +1207,7 @@ function RelatedActions({ )} -

+
{!!showTranslatedBio && (