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
|
<div
|
||||||
class="note"
|
class="note"
|
||||||
|
dir="auto"
|
||||||
onClick={handleContentLinks({
|
onClick={handleContentLinks({
|
||||||
instance,
|
instance,
|
||||||
})}
|
})}
|
||||||
|
@ -417,6 +418,7 @@ function AccountInfo({
|
||||||
verifiedAt ? 'profile-verified' : ''
|
verifiedAt ? 'profile-verified' : ''
|
||||||
}`}
|
}`}
|
||||||
key={name + i}
|
key={name + i}
|
||||||
|
dir="auto"
|
||||||
>
|
>
|
||||||
<b>
|
<b>
|
||||||
<EmojiText text={name} emojis={emojis} />{' '}
|
<EmojiText text={name} emojis={emojis} />{' '}
|
||||||
|
|
Loading…
Add table
Reference in a new issue