Skip to content

Commit c8c93ec

Browse files
committed
fix: wrong link used for faq about ngw
1 parent 3d099e2 commit c8c93ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/dialogs/WelcomeOffer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const listItems = [
110110

111111
const WelcomeOffer = ({ styles, onDismiss = noop, ...dialogProps }) => {
112112
const openFaqLink = () => {
113-
openLink('https://help.gooddollar.org/en/articles/5732921-what-is-the-new-goodwallet', '_blank')
113+
openLink('https://docs.gooddollar.org/wallet-and-products/new-goodwallet', '_blank')
114114
}
115115

116116
return (

0 commit comments

Comments
 (0)