From 9956684c04cffe0519045430bc7e394499bda628 Mon Sep 17 00:00:00 2001 From: fasihali-deriv <121229483+fasihali-deriv@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:52:39 +0800 Subject: [PATCH] chore: updated blocks (#6289) * chore: updated blocks * chore: updated with libs * fix: font size in eu changed * fix: added the space issue --------- Co-authored-by: fasihali-deriv Co-authored-by: aswathy-deriv --- crowdin/messages.json | 2 +- src/features/pages/home/start-trading-steps/data.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crowdin/messages.json b/crowdin/messages.json index 57c65a983ae..c87608a39a6 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -4704,4 +4704,4 @@ "-1165835520": "employees", "-651384976": "nationalities", "-1033881248": "See our open positions" -} \ No newline at end of file +} diff --git a/src/features/pages/home/start-trading-steps/data.tsx b/src/features/pages/home/start-trading-steps/data.tsx index 71f2fdc60ff..9ee44a180fe 100644 --- a/src/features/pages/home/start-trading-steps/data.tsx +++ b/src/features/pages/home/start-trading-steps/data.tsx @@ -72,7 +72,7 @@ export const RowCards: CardContent[] = [ export const EUCards: CardContent[] = [ { id: 1, - header: , + header: , description: ( ), @@ -87,13 +87,13 @@ export const EUCards: CardContent[] = [ ), color: 'gray', align: 'center', - size: 'sm', + size: 'md', contentClassName: 'flex justify-center', nonContentClassName: 'p-general-2xl', }, { id: 2, - header: , + header: , description: ( ), @@ -108,13 +108,13 @@ export const EUCards: CardContent[] = [ ), color: 'gray', align: 'center', - size: 'sm', + size: 'md', contentClassName: 'flex justify-center', nonContentClassName: 'p-general-2xl', }, { id: 3, - header: , + header: , description: ( ), @@ -129,7 +129,7 @@ export const EUCards: CardContent[] = [ ), color: 'gray', align: 'center', - size: 'sm', + size: 'md', contentClassName: 'flex justify-center', nonContentClassName: 'p-general-2xl', },