diff --git a/src/components/status.jsx b/src/components/status.jsx index b4438165..c65988a7 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -2304,8 +2304,12 @@ function Card({ card, selfReferential, instance }) {

{domain}

-

{title}

-

{description || providerName || authorName}

+

+ {title} +

+

+ {description || providerName || authorName} +

);