FIX: zigzag link

This commit is contained in:
Overtorment 2019-01-09 14:52:20 +00:00
parent 8a13172639
commit ec3641217d

View file

@ -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}
/> />