From 468e11749285b4688b3898174a96796d5f78327e Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:02:13 +0530 Subject: [PATCH] style: empty state improvement (#2943) --- web/components/common/empty-state.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/common/empty-state.tsx b/web/components/common/empty-state.tsx index e749600ae..bf49ed776 100644 --- a/web/components/common/empty-state.tsx +++ b/web/components/common/empty-state.tsx @@ -30,7 +30,7 @@ export const EmptyState: React.FC = ({
{primaryButton?.text}
{title}
- {description &&

{description}

} + {description &&

{description}

}
{primaryButton && (