Skip to content

Commit

Permalink
feat: direct link to bitcoin address (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Nov 21, 2023
1 parent 6526a72 commit ded2ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/OnChainReceive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function OnChainReceive() {
fullWidth
primary
onClick={() =>
window.open("https://getalby.com/node/receive", "_blank")
window.open("https://getalby.com/onchain_addresses", "_blank")
}
/>
</div>
Expand Down

0 comments on commit ded2ed2

Please sign in to comment.