From a2743f99409f1d5a8a71d722e1ed5c5e90e20d49 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 20 Mar 2024 11:03:15 +0800 Subject: [PATCH] This got prettier-ed --- src/components/status.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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} +

);