From a5d1adf768776059e59a0a29f30aac282259635d Mon Sep 17 00:00:00 2001 From: sirpy Date: Tue, 5 Nov 2024 11:21:38 +0200 Subject: [PATCH] fix: open ngw in same tab --- src/components/browserSupport/components/DeprecationDialog.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/browserSupport/components/DeprecationDialog.jsx b/src/components/browserSupport/components/DeprecationDialog.jsx index d850fd5e6e..be29f67ffe 100644 --- a/src/components/browserSupport/components/DeprecationDialog.jsx +++ b/src/components/browserSupport/components/DeprecationDialog.jsx @@ -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 (