Skip to content

Commit

Permalink
Updated faucet link
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Aug 9, 2022
1 parent a21819a commit e598e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ class BalanceComponentNoTranslation extends React.Component {

// Opening the link with some app, if the URL scheme is "http" the web link should be opened
// by some browser in the mobile
await Linking.openURL('https://kryptokrona.org/faucet?address=' + this.props.address);
await Linking.openURL('https://kryptokrona.org/en/faucet?address' + this.props.address);

});
if (!hasBalance) {
Expand Down

0 comments on commit e598e1a

Please sign in to comment.