···7import {useLingui} from '@lingui/react'
8import {useMutation} from '@tanstack/react-query'
9010import {
11 type CountryCode,
12 getDefaultCountry,
···294 By continuing, you consent to this use. You may change your mind any
295 time by visiting settings.{' '}
296 <InlineLinkText
297- to="#"
298 label={_(
299 msg({
300 message: `Learn more about importing contacts`,
···7import {useLingui} from '@lingui/react'
8import {useMutation} from '@tanstack/react-query'
910+import {urls} from '#/lib/constants'
11import {
12 type CountryCode,
13 getDefaultCountry,
···295 By continuing, you consent to this use. You may change your mind any
296 time by visiting settings.{' '}
297 <InlineLinkText
298+ to={urls.website.support.findFriendsPrivacyPolicy}
299 label={_(
300 msg({
301 message: `Learn more about importing contacts`,
···4import {useLingui} from '@lingui/react'
5import {useQuery} from '@tanstack/react-query'
607import {atoms as a} from '#/alf'
8import {Admonition} from '#/components/Admonition'
9import {Button, ButtonText} from '#/components/Button'
···39 matching with your contacts. We protect your information and you
40 control what happens next.{' '}
41 <InlineLinkText
42- to="#"
43 label={_(
44 msg({
45 message: `Learn more about importing contacts`,
···4import {useLingui} from '@lingui/react'
5import {useQuery} from '@tanstack/react-query'
67+import {urls} from '#/lib/constants'
8import {atoms as a} from '#/alf'
9import {Admonition} from '#/components/Admonition'
10import {Button, ButtonText} from '#/components/Button'
···40 matching with your contacts. We protect your information and you
41 control what happens next.{' '}
42 <InlineLinkText
43+ to={urls.website.blog.findFriendsAnnouncement}
44 label={_(
45 msg({
46 message: `Learn more about importing contacts`,
+2-2
src/screens/Settings/FindContactsSettings.tsx
···12import {useMutation, useQuery, useQueryClient} from '@tanstack/react-query'
1314import {wait} from '#/lib/async/wait'
15-import {HITSLOP_10} from '#/lib/constants'
16import {isBlockedOrBlocking, isMuted} from '#/lib/moderation/blocked-and-muted'
17import {
18 type AllNavigatorParams,
···125 matching with your contacts. We protect your information and you
126 control what happens next.{' '}
127 <InlineLinkText
128- to="#"
129 label={_(
130 msg({
131 message: `Learn more about importing contacts`,
···12import {useMutation, useQuery, useQueryClient} from '@tanstack/react-query'
1314import {wait} from '#/lib/async/wait'
15+import {HITSLOP_10, urls} from '#/lib/constants'
16import {isBlockedOrBlocking, isMuted} from '#/lib/moderation/blocked-and-muted'
17import {
18 type AllNavigatorParams,
···125 matching with your contacts. We protect your information and you
126 control what happens next.{' '}
127 <InlineLinkText
128+ to={urls.website.blog.findFriendsAnnouncement}
129 label={_(
130 msg({
131 message: `Learn more about importing contacts`,