This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/indexPage/react-components/binary-landing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ const TakeDeriv = () => (
5
5
< div className = "take-deriv" >
6
6
< div className = "take-deriv_background" >
7
7
< div className = "take-deriv_iphone" >
8
- < img src = ".. /image/phone-desctop.png" />
8
+ < img src = "/image/phone-desctop.png" />
9
9
</ div >
10
10
< div className = "take-deriv_qr-code" >
11
11
< h1 > { translate ( 'Take Deriv with you' ) } </ h1 >
12
12
< h2 > { translate ( 'Get the Deriv GO mobile app and trade on the go. Never miss golden opportunities again.' ) } </ h2 >
13
13
< div >
14
- < img src = ".. /image/qr-code.png" />
14
+ < img src = "/image/qr-code.png" />
15
15
</ div >
16
16
< h3 > { translate ( 'Scan this QR code to download Deriv GO' ) } </ h3 >
17
17
</ div >
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ const WaitSection = () => (
13
13
</ a >
14
14
</ div >
15
15
</ div >
16
- < img src = ".. /image/dont-wait-image.png" className = 'binary-wait-wrapper-inner-placeholder-binary-desktop' />
16
+ < img src = "/image/dont-wait-image.png" className = 'binary-wait-wrapper-inner-placeholder-binary-desktop' />
17
17
< div className = 'binary-wait-wrapper-inner-placeholder-binary' >
18
- < img src = ".. /image/dtrader-mobile.png" className = 'binary-wait-wrapper-inner-placeholder-binary-mobile' />
18
+ < img src = "/image/dtrader-mobile.png" className = 'binary-wait-wrapper-inner-placeholder-binary-mobile' />
19
19
< h1 > { translate ( 'Come over to Deriv and future-proof your trading now.' ) } </ h1 >
20
20
</ div >
21
21
</ div >
You can’t perform that action at this time.
0 commit comments