Skip to content

Commit

Permalink
chore: updated blocks (binary-com#6289)
Browse files Browse the repository at this point in the history
* chore: updated blocks

* chore: updated with libs

* fix: font size in eu changed

* fix: added the space issue

---------

Co-authored-by: fasihali-deriv <[email protected]>
Co-authored-by: aswathy-deriv <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent 6dcac53 commit 9956684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4704,4 +4704,4 @@
"-1165835520": "employees",
"-651384976": "nationalities",
"-1033881248": "See our open positions"
}
}
12 changes: 6 additions & 6 deletions src/features/pages/home/start-trading-steps/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const RowCards: CardContent[] = [
export const EUCards: CardContent[] = [
{
id: 1,
header: <Localize translate_text="_t_1.Sign up & explore_t_" />,
header: <Localize translate_text="_t_1. Sign up & explore_t_" />,
description: (
<Localize translate_text="_t_Sign up in minutes and explore Trader’s Hub - all your trading needs, in one place._t_" />
),
Expand All @@ -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: <Localize translate_text="_t_2.Try with zero-risk_t_" />,
header: <Localize translate_text="_t_2. Try with zero-risk_t_" />,
description: (
<Localize translate_text="_t_Try any trade, on any platform with a zero-risk, demo trading account._t_" />
),
Expand All @@ -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: <Localize translate_text="_t_3.Trade with confidence_t_" />,
header: <Localize translate_text="_t_3. Trade with confidence_t_" />,
description: (
<Localize translate_text="_t_Fund your account and start trading with round-the-clock support._t_" />
),
Expand All @@ -129,7 +129,7 @@ export const EUCards: CardContent[] = [
),
color: 'gray',
align: 'center',
size: 'sm',
size: 'md',
contentClassName: 'flex justify-center',
nonContentClassName: 'p-general-2xl',
},
Expand Down

0 comments on commit 9956684

Please sign in to comment.