diff --git a/src/components/status.jsx b/src/components/status.jsx index 7c69274e..30267ba3 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1555,6 +1555,7 @@ function Card({ card, instance }) { rel="nofollow noopener noreferrer" class={`card link ${blurhashImage ? '' : size}`} lang={language} + dir="auto" >
-

{domain}

-

{title}

-

{description || providerName || authorName}

+

+ {domain} +

+

+ {title} +

+

+ {description || providerName || authorName} +

);