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.

Suthesh/cfd-bet-string #1977

Merged
merged 1 commit into from
Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/pages/markets/components/sub-markets/_cfds.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ const CFDs = ({ market_content, market_tab_name }) => (
<Descriptions>
<StyledText align="center" font_size="16px">
{localize(
'CFD trading allows you to bet on the price movement of the underlying asset without purchasing it.',
'CFD trading allows you to speculate on the price movement of the underlying asset without purchasing it.',
)}
</StyledText>
<StyledText align="center" mt="16px" font_size="16px">
{localize(
{localize(
'On Deriv, trading CFDs with high leverage lets you pay only a small fraction of the contract’s value and amplify your potential profit, similarly increasing your potential loss.',
)}
</StyledText>
{
market_tab_name === 'stock-indices'
? <AvailablePlatforms dmt5 />
: <AvailablePlatforms dmt5 derivx />
}
{market_tab_name === 'stock-indices' ? (
<AvailablePlatforms dmt5 />
) : (
<AvailablePlatforms dmt5 derivx />
)}
</Descriptions>
<StyledText font_size={'16px'} weight="bold" mt="4rem">
{localize('Instruments available for CFD trading')}
Expand Down