Align x buttons in the reply section

environments/review-align-x-bu-eo7fwd/deployments/4791
danidfra 2 weeks ago
parent f6fcf09fe3
commit ef94494236

@ -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}

Loading…
Cancel
Save