Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: remove cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Apr 3, 2024
1 parent 2ecb674 commit 5d17078
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,6 @@
"1363645836": "Derived FX",
"1364296672": "We will price and settle all contracts accurately and fairly, based on reliable data feeds and without undue delay, so that customers can trust our prices throughout the website.",
"1364677622": "These indices correspond to simulated markets with <0>constant volatilities of 150%, and 250%.</0>",
"1364806512": "Practise with demo",
"1364947573": "Dtrader artboard",
"1364958515": "Stocks",
"1364972610": "How do High/Low Ticks contracts work?",
Expand Down Expand Up @@ -3295,7 +3294,6 @@
"-2143632826": "Browse our FAQs",
"-232157320": "Fast-paced action with durations up to 230 ticks.",
"-844197189": "Controlled Risk",
"-467264818": "Hone your strategies risk-free with a demo account.",
"-1882861283": "Watch: Accumulator options in action",
"-652680277": "Step-by-step guide to trade on accumulator options",
"-712487889": "Read: Guide to trading accumulator options",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ export const accumulatorCards: CardContent[] = [
align: 'start',
size: 'md',
},
{
id: 4,
header: <Localize translate_text="_t_Practise with demo_t_" />,
description: (
<Localize translate_text="_t_Hone your strategies risk-free with a demo account._t_" />
),
icon: <IllustrativePaidProgrammeIcon width="48" height="48" />,
color: 'gray',
align: 'start',
size: 'md',
},
]

export const accumulatorOptionsVideoCard: CardContent[] = [
Expand Down Expand Up @@ -157,18 +146,6 @@ export const mobileCards: CardContent[] = [
icon: <IllustrativePayoutIcon width="48" height="48" />,
className: 'h-full',
},
{
id: 4,
header: <Localize translate_text="_t_Practise with demo_t_" />,
description: (
<Localize translate_text="_t_Hone your strategies risk-free with a demo account._t_" />
),
size: 'md',
color: 'gray',
align: 'start',
icon: <IllustrativePaidProgrammeIcon width="48" height="48" />,
className: 'h-full',
},
]

export const accumulatorFAQ: OptionsFAQDataItem[] = [
Expand Down

0 comments on commit 5d17078

Please sign in to comment.