mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +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} />
|
<EmojiText text={displayName} emojis={emojis} />
|
||||||
</b>
|
</b>
|
||||||
<div>
|
<div>
|
||||||
<span>@{acct}</span>
|
<span class="bidi-isolate">@{acct}</span>
|
||||||
</div>
|
</div>
|
||||||
</h1>
|
</h1>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue