UserPanel: fix RTL support for @

environments/review-main-yi2y9f/deployments/4126^2
Alex Gleason 2023-10-10 17:48:21 -05:00
rodzic 8a8a132b6a
commit 4a56995385
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

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