Skip to content

Commit

Permalink
fix: use local openlink
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Jan 31, 2025
1 parent 757a391 commit 3d099e2
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 @@ -4,10 +4,10 @@ import { noop } from 'lodash'
import { t } from '@lingui/macro'
import { Image, Platform, View } from 'react-native'

import { openLink } from '@gooddollar/web3sdk-v2'
import ExplanationDialog from '../../common/dialogs/ExplanationDialog'
import Section from '../layout/Section'

import { openLink } from '../../../lib/utils/linking'
import { withStyles } from '../../../lib/styles'
import { WalletV2Continue } from '../../common/buttons/TaskButton'
import WelcomeBilly from '../../../assets/welcome_offer.png'
Expand Down

0 comments on commit 3d099e2

Please sign in to comment.