This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
src/indexPage/react-components/binary-landing Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ const Hero = () => {
58
58
</ h2 >
59
59
</ div >
60
60
< div className = "btn-group" >
61
- < a href = "https://deriv.com" target = "_blank" >
61
+ < a href = "https://deriv.com" >
62
62
< button className = "l-btn primary" > { translate ( 'Hello Deriv!' ) } </ button >
63
63
</ a >
64
- < a href = "https://www.binary.com" target = "blank " id = "logo" >
64
+ < a href = "https://www.binary.com?binary-bot-lp " id = "logo" >
65
65
< button className = "l-btn" > { translate ( 'Maybe later' ) } </ button >
66
66
</ a >
67
67
</ div >
Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ const MoveToDerivNav = () => (
7
7
< div className = 'navigation-container' >
8
8
< div class = "navigation-logo" >
9
9
< a href = "#" >
10
- < img src = "image/binary.png" />
10
+ < img src = "image/binary.png" />
11
11
</ a >
12
12
</ div >
13
13
< div >
14
- < button className = 'btn-group r-btn' >
15
- { translate ( 'Take me to deriv' ) }
16
- </ button >
14
+
15
+ < a href = "https://oauth.deriv.com/oauth2/authorize?app_id=16929& l = en & brand = deriv " rel = "noopener noreferrer" >
16
+ < button className = 'btn-group r-btn' >
17
+ { translate ( 'Take me to deriv' ) }
18
+ </ button >
19
+ </ a >
17
20
</ div >
18
21
</ div >
19
22
</ div >
20
-
23
+
21
24
)
22
25
export default MoveToDerivNav ;
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ const SwitchSection = () => (
14
14
{ translate ( 'Just log in using your Binary.com credentials. No sign-up needed.' ) }
15
15
</ h2 >
16
16
< div className = "btn-group" >
17
- < a href = "https://deriv.com/" >
17
+ < a href = "https://oauth. deriv.com/oauth2/authorize?app_id=16929 & l = en & brand = deriv " rel = "noopener noreferrer ">
18
18
< button className = "l-btn danger" > { translate ( 'Try it now' ) } </ button >
19
19
</ a >
20
- < a href = { ` ${ window . location . href . replace ( / \/ + $ / , '' ) } /bot.html` } >
20
+ < a href = "https://www.binary.com?binary-bot-lp" >
21
21
< button className = "l-btn transparent" > { translate ( 'Maybe later' ) } </ button >
22
22
</ a >
23
23
</ div >
You can’t perform that action at this time.
0 commit comments