Skip to content

Commit

Permalink
fix: wrong link used for faq about ngw
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Feb 2, 2025
1 parent 3d099e2 commit c8c93ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/dialogs/WelcomeOffer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit c8c93ec

Please sign in to comment.