mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
FIX: zigzag link
This commit is contained in:
parent
8a13172639
commit
ec3641217d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default class ManageFunds extends Component {
|
||||||
titleStyle={{ color: BlueApp.settings.foregroundColor }}
|
titleStyle={{ color: BlueApp.settings.foregroundColor }}
|
||||||
component={TouchableOpacity}
|
component={TouchableOpacity}
|
||||||
onPress={a => {
|
onPress={a => {
|
||||||
Linking.openURL('https://zigzag.io');
|
Linking.openURL('https://zigzag.io/?utm_source=integration&utm_medium=bluewallet&utm_campaign=withdrawLink');
|
||||||
}}
|
}}
|
||||||
title={loc.lnd.withdraw}
|
title={loc.lnd.withdraw}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue