Set quote author name to dir=auto
This commit is contained in:
parent
9b781826a7
commit
307e477035
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ export function Quote(props: Props): JSX.Element | null {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
dir="auto"
|
||||||
className={classNames(
|
className={classNames(
|
||||||
getClassName('__primary__author'),
|
getClassName('__primary__author'),
|
||||||
isIncoming ? getClassName('__primary__author--incoming') : null
|
isIncoming ? getClassName('__primary__author--incoming') : null
|
||||||
|
|
Loading…
Reference in a new issue