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 a5d74b1

Browse files
konstantinosG-derivKonstantinos-Gk
andauthored
fix: subtasks (#4270)
Co-authored-by: Konstantinos-Gk <[email protected]>
1 parent 0c61bbb commit a5d74b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/elements/full-width-multicolumn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Item = styled(Flex)`
2828
}
2929
3030
@media ${device.mobileL} {
31-
max-width: 50%;
31+
max-width: 80%;
3232
gap: 6px;
3333
3434
${Text} {

src/pages/markets/components/sections/_other-markets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const markets_type: MarketsType = {
4343
icon: () => <img src={Forex} alt="Forex" width="44" height="44" />,
4444
title: <Localize translate_text="Forex" />,
4545
content: (
46-
<Localize translate_text="Forex trading gives you the chance to profit from changes in the relative values of currencies on the forex market." />
46+
<Localize translate_text="Speculate on the price movements of major forex pairs and increase your profit potential without losing more than your stake." />
4747
),
4848
content_eu: (
4949
<Localize translate_text="Forex trading gives you the chance to profit from changes in the relative values of currencies on the forex market." />

0 commit comments

Comments
 (0)