Align x buttons in the reply section

This commit is contained in:
danidfra 2024-09-04 13:54:59 -03:00
parent f6fcf09fe3
commit ef94494236
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const Account: React.FC<IAccount> = ({ composeId, accountId, author }) => {
return (
<HStack space={1} alignItems='center' justifyContent='between' className='p-2.5'>
<div className='w-full'>
<div className='w-5/6'>
<AccountComponent account={account} withRelationship={false} withLinkToProfile={false} />
</div>
{!author && button}