mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Fix bidi for handle in header
This commit is contained in:
parent
666d9b7ca6
commit
e736617a19
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ function AccountStatuses() {
|
|||
<EmojiText text={displayName} emojis={emojis} />
|
||||
</b>
|
||||
<div>
|
||||
<span>@{acct}</span>
|
||||
<span class="bidi-isolate">@{acct}</span>
|
||||
</div>
|
||||
</h1>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue