Got to dir=auto all the things

This commit is contained in:
Lim Chee Aun 2023-10-03 10:29:28 +08:00
parent 028b30a334
commit fcbf99f121

View file

@ -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} />{' '}