mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Got to dir=auto all the things
This commit is contained in:
parent
028b30a334
commit
fcbf99f121
1 changed files with 2 additions and 0 deletions
|
@ -401,6 +401,7 @@ function AccountInfo({
|
|||
))}
|
||||
<div
|
||||
class="note"
|
||||
dir="auto"
|
||||
onClick={handleContentLinks({
|
||||
instance,
|
||||
})}
|
||||
|
@ -417,6 +418,7 @@ function AccountInfo({
|
|||
verifiedAt ? 'profile-verified' : ''
|
||||
}`}
|
||||
key={name + i}
|
||||
dir="auto"
|
||||
>
|
||||
<b>
|
||||
<EmojiText text={name} emojis={emojis} />{' '}
|
||||
|
|
Loading…
Add table
Reference in a new issue