Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 1c2cc98

Browse files
fix: correct links
1 parent 3b75518 commit 1c2cc98

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

src/indexPage/react-components/binary-landing/Hero.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ const Hero = () => {
5858
</h2>
5959
</div>
6060
<div className="btn-group">
61-
<a href="https://deriv.com" target="_blank">
61+
<a href="https://deriv.com">
6262
<button className="l-btn primary">{translate('Hello Deriv!')}</button>
6363
</a>
64-
<a href="https://www.binary.com" target="blank" id="logo">
64+
<a href="https://www.binary.com?binary-bot-lp" id="logo">
6565
<button className="l-btn">{translate('Maybe later')}</button>
6666
</a>
6767
</div>

src/indexPage/react-components/binary-landing/Navigation.jsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ const MoveToDerivNav = () => (
77
<div className='navigation-container'>
88
<div class="navigation-logo">
99
<a href="#">
10-
<img src="image/binary.png"/>
10+
<img src="image/binary.png" />
1111
</a>
1212
</div>
1313
<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>
1720
</div>
1821
</div>
1922
</div>
20-
23+
2124
)
2225
export default MoveToDerivNav;

src/indexPage/react-components/binary-landing/SwitchSection.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ const SwitchSection = () => (
1414
{translate('Just log in using your Binary.com credentials. No sign-up needed.')}
1515
</h2>
1616
<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">
1818
<button className="l-btn danger">{translate('Try it now')}</button>
1919
</a>
20-
<a href={`${window.location.href.replace(/\/+$/, '')}/bot.html`}>
20+
<a href="https://www.binary.com?binary-bot-lp">
2121
<button className="l-btn transparent">{translate('Maybe later')}</button>
2222
</a>
2323
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy