Set quote author name to dir=auto

This commit is contained in:
Jamie Kyle 2024-06-11 11:42:45 -07:00 committed by GitHub
parent 9b781826a7
commit 307e477035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -466,6 +466,7 @@ export function Quote(props: Props): JSX.Element | null {
return (
<div
dir="auto"
className={classNames(
getClassName('__primary__author'),
isIncoming ? getClassName('__primary__author--incoming') : null