diff --git a/src/components/status.jsx b/src/components/status.jsx index 8b94b5b..f047324 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -207,7 +207,7 @@ function Card({ card }) { __html: title, }} /> -

{providerName || authorName}

+

{description || providerName || authorName}

);