pl-fe: minor visual fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-11 00:27:10 +01:00
parent b0453a8977
commit afd0d0a3e7

View File

@ -776,7 +776,7 @@ const Header: React.FC<IHeader> = ({ account }) => {
</div>
<div className='mt-6 flex w-full justify-end sm:pb-1'>
<HStack space={2} className='mt-10' wrap>
<HStack space={2} className='mt-10' justifyContent='end' wrap>
<SubscriptionButton account={account} />
{renderMessageButton()}
{renderShareButton()}