UserPanel: fix RTL support for @

This commit is contained in:
Alex Gleason 2023-10-10 17:48:21 -05:00
parent 8a8a132b6a
commit 4a56995385
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 5 additions and 3 deletions

View File

@ -69,9 +69,11 @@ const UserPanel: React.FC<IUserPanel> = ({ accountId, action, badges, domain })
</HStack>
</Link>
<Text size='sm' theme='muted' truncate>
<HStack>
<Text size='sm' theme='muted' direction='ltr' truncate>
@{getAcct(account, fqn)}
</Text>
</HStack>
</Stack>
<HStack alignItems='center' space={3}>