Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 8, 2024
1 parent 635ab6f commit b9d26e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function App() {
if (wallet === 'metamask') {
WebApp.openLink('https://metamask.app.link/');
} else if (wallet === 'trust') {
WebApp.openLink('https://link.trustwallet.com/');
WebApp.openLink('https://link.trustwallet.com');
}

axios
Expand Down

0 comments on commit b9d26e6

Please sign in to comment.