Skip to content

Commit

Permalink
fix: update setupGuide url
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Sep 28, 2023
1 parent 3d2d1e8 commit 1fc4756
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/radix-dapp-toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ export const RadixDappToolkit = (

window.open(url)
} else if (type === 'setupGuide')
window.open(
'https://docs-babylon.radixdlt.com/main/getting-started-developers/wallet/wallet-and-connector-installation.html'
)
window.open('https://wallet.radixdlt.com')
else if (type === 'showQrCode') {
walletSdk.openPopup()
}
Expand Down

0 comments on commit 1fc4756

Please sign in to comment.