mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
FIX: URL
This commit is contained in:
parent
db4918c390
commit
3f262a3cd5
@ -339,7 +339,7 @@ const WalletTransactions = () => {
|
||||
wallet.current.getBalance() > 0 ? (
|
||||
<TouchableOpacity
|
||||
onPress={async () => {
|
||||
Linking.openURL('https://bluewallet.current.io/marketplace/');
|
||||
Linking.openURL('https://bluewallet.io/marketplace/');
|
||||
}}
|
||||
style={[styles.marketplaceButton1, stylesHook.marketplaceButton1]}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user