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 +3
-3
lines changed
src/indexPage/react-components/binary-landing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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 >
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