Skip to content

Commit

Permalink
Change the laser eyes cards link
Browse files Browse the repository at this point in the history
  • Loading branch information
chloehjung15 committed Mar 9, 2023
1 parent b37a4ec commit 81408aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TransactionsNavigationHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class TransactionsNavigationHeader extends Component {

onBuyBoltcardsPressed = id => {
if (id === TransactionsNavigationHeader.actionKeys.Refill) {
Linking.openURL('https://lasereyes.cards');
Linking.openURL('https://lasereyes.cards?link=boltcardwallet');
} else if (id === TransactionsNavigationHeader.actionKeys.RefillWithExternalWallet) {
Linking.openURL('https://boltcardwallet.com/buy-bolt-cards');
}
Expand Down

0 comments on commit 81408aa

Please sign in to comment.