Skip to content

Commit

Permalink
fix: open ngw in same tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Nov 5, 2024
1 parent 11616a2 commit a5d1adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ the New GoodWallet using a web browser https://goodwallet.xyz/`}

const DeprecationDialog = () => {
const goToWallet = () => {
openLink('https://goodwallet.xyz', '_blank')
openLink('https://goodwallet.xyz', '_self')
}

return (
Expand Down

0 comments on commit a5d1adf

Please sign in to comment.