From c8c93ecdfd7957c6844364ad21e6159231807cc8 Mon Sep 17 00:00:00 2001 From: LewisB Date: Sun, 2 Feb 2025 16:56:49 +0700 Subject: [PATCH] fix: wrong link used for faq about ngw --- src/components/common/dialogs/WelcomeOffer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/dialogs/WelcomeOffer.jsx b/src/components/common/dialogs/WelcomeOffer.jsx index 9e7e53e5de..6c7c38bd01 100644 --- a/src/components/common/dialogs/WelcomeOffer.jsx +++ b/src/components/common/dialogs/WelcomeOffer.jsx @@ -110,7 +110,7 @@ const listItems = [ const WelcomeOffer = ({ styles, onDismiss = noop, ...dialogProps }) => { const openFaqLink = () => { - openLink('https://help.gooddollar.org/en/articles/5732921-what-is-the-new-goodwallet', '_blank') + openLink('https://docs.gooddollar.org/wallet-and-products/new-goodwallet', '_blank') } return (