Skip to content

Commit

Permalink
fix: fix subtask
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Jan 10, 2024
1 parent 421fbcb commit 539c6be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,6 @@
"1403761038": "Real account ",
"1403848854": "The Deriv MT5 Standard account offers new and experienced traders high leverage and variable spreads for maximum flexibility.",
"1404594106": "Swap short (Daily points)",
"1405023005": "Fast, hassle-free deposits & withdrawal",
"1405194573": "Locate the live chat widget on our website or app at the bottom right corner of the screen.",
"1405237333": "Head of People Management",
"1405929527": "Your IB commissions earned from Deriv X are credited directly into your Deriv account daily.",
Expand Down
2 changes: 1 addition & 1 deletion src/features/pages/home/fast-payment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const FastPaymentSection: React.FC = () => {
const { is_eu } = useRegion()
return (
<FastPayment
title={<Localize translate_text="_t_Fast, hassle-free deposits & withdrawal_t_" />}
title={<Localize translate_text="_t_Fast, hassle-free deposits & withdrawals_t_" />}
description={
!is_eu ? (
<Localize translate_text="_t_60+ global payment methods. Deposit instantly starting from just USD 5. Withdraw in minutes.*_t_" />
Expand Down
16 changes: 8 additions & 8 deletions src/features/pages/home/years/data.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react'
import { CardContent } from '@deriv-com/components'
import {
LightDependableTestIcon,
LightSafeAndSecureTestIcon,
LightRegulatedTestIcon,
LightTwentyFourSevenSupportTestIcon,
LightDependableIcon,
LightSafeAndSecureIcon,
LightRegulatedIcon,
LightTwentyFourSevenSupportIcon,
// eslint-disable-next-line import/no-unresolved
} from '@deriv/quill-icons/Illustration'
import { Localize } from 'components/localization'
Expand All @@ -19,7 +19,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightDependableTestIcon width={120} height={145} />,
icon: <LightDependableIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -31,7 +31,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightSafeAndSecureTestIcon width={120} height={145} />,
icon: <LightSafeAndSecureIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -43,7 +43,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightRegulatedTestIcon width={120} height={145} />,
icon: <LightRegulatedIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -55,7 +55,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightTwentyFourSevenSupportTestIcon width={120} height={145} />,
icon: <LightTwentyFourSevenSupportIcon width={120} height={145} />,
className: 'h-full',
},
]

0 comments on commit 539c6be

Please sign in to comment.