Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6603790

Browse files
suthesankcakasuma
authored andcommitted
added crash/boom in multipliers page (#1222)
* added crash/boom in multipliers page * fix color * fix layout
1 parent f88559e commit 6603790

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed
Lines changed: 21 additions & 0 deletions
Loading

src/pages/trade-types/multiplier/_things-in-mind.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ const ThingsInMind = () => {
1919
'With or without a stop loss in place, we will close your position if the market moves against your prediction and your loss reaches the stop-out price. The stop-out price is the price at which your net loss is equal to your stake.',
2020
)}
2121
</Text>
22-
<Header as="h4" size="2.4rem" mb="0.8rem">
22+
<Header as="h4" mb="0.8rem" type="sub-section-title">
23+
{localize('Multipliers on Crash and Boom')}
24+
</Header>
25+
<Text mb="3.2rem">
26+
{localize(
27+
'Deal cancellation isn’t available for Crash and Boom indices. The stop-out feature will close your contract automatically when your loss reaches or exceeds a percentage of your stake. The stop-out percentage is shown below your stake on DTrader and varies according to your chosen multiplier.',
28+
)}
29+
</Text>
30+
<Header as="h4" mb="0.8rem">
2331
{localize(
2432
'You can’t use stop loss and deal cancellation features at the same time.',
2533
)}

src/pages/trade-types/multiplier/_what-are-multipliers.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import FullControl from 'images/svg/trade-types/full-control.svg'
1313
import ResponsivePlatform from 'images/svg/trade-types/responsive-platform.svg'
1414
import FriendlySupport from 'images/svg/trade-types/friendly-support.svg'
1515
import Seven from 'images/svg/trade-types/seven.svg'
16+
import CrashBoom from 'images/svg/trade-types/crash-boom.svg'
1617

1718
const StyledHeader = styled(Header)`
1819
@media ${device.tablet} {
@@ -310,6 +311,19 @@ const WhatAreOptions = () => {
310311
)}
311312
</Text>
312313
</WhyTradeItem>
314+
<WhyTradeItem>
315+
<div>
316+
<img src={CrashBoom} alt="crash boom" />
317+
</div>
318+
<Text mt="1.6rem" mb="0.8rem" weight="bold">
319+
{localize('Crash/Boom indices')}
320+
</Text>
321+
<Text>
322+
{localize(
323+
'Predict and gain from exciting spikes and dips with our Crash/Boom indices.',
324+
)}
325+
</Text>
326+
</WhyTradeItem>
313327
</Grid>
314328
<Text mt="4rem" mb="1.6rem" weight="bold">
315329
{localize("Don't have a Deriv.com account yet?")}

0 commit comments

Comments
 (0)