diff --git a/src/components/status.jsx b/src/components/status.jsx index d3389bf5..b4438165 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -2232,10 +2232,10 @@ function Card({ card, selfReferential, instance }) {

{domain}

-

+

{title}

-

+

{description || (!!publishedAt && ( @@ -2304,8 +2304,8 @@ function Card({ card, selfReferential, instance }) {

{domain}

-

{title}

-

{description || providerName || authorName}

+

{title}

+

{description || providerName || authorName}

);