mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
REF: buy bitcoin via redirect
This commit is contained in:
parent
0596da0932
commit
6dd83afd09
@ -86,9 +86,9 @@ export default class BuyBitcoin extends Component {
|
|||||||
color: BlueApp.settings.buttonTextColor,
|
color: BlueApp.settings.buttonTextColor,
|
||||||
}}
|
}}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
Linking.openURL('https://old.changelly.com/?ref_id=rtagfcvnwiwvhm99');
|
Linking.openURL('https://bluewallet.io/buy-bitcoin-redirect.html');
|
||||||
}}
|
}}
|
||||||
title="Buy from Changelly"
|
title="Buy Bitcoin"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BlueSpacing40 />
|
<BlueSpacing40 />
|
||||||
|
Loading…
Reference in New Issue
Block a user