From 897a5261b9c9e91876bc55a2eeaf727e385d86f7 Mon Sep 17 00:00:00 2001 From: Nuzhy-Deriv Date: Tue, 24 Oct 2023 17:43:21 +0800 Subject: [PATCH] fix: text-center title, description --- libs/blocks/src/lib/account-comparison/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/blocks/src/lib/account-comparison/index.tsx b/libs/blocks/src/lib/account-comparison/index.tsx index 250200b6b..8a8589b44 100644 --- a/libs/blocks/src/lib/account-comparison/index.tsx +++ b/libs/blocks/src/lib/account-comparison/index.tsx @@ -23,9 +23,9 @@ const AccountComparison = ({ className, )} > - + {(title || description) && ( -
+
{title && {title}} {description && {description}}