From f89ae6cdcd372c6e2234164bc493a7e6353ac0c7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 11 Dec 2022 00:50:49 +0800 Subject: [PATCH] Try add description to card --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}

);