···77import {useLingui} from '@lingui/react'
88import {useMutation} from '@tanstack/react-query'
991010+import {urls} from '#/lib/constants'
1011import {
1112 type CountryCode,
1213 getDefaultCountry,
···294295 By continuing, you consent to this use. You may change your mind any
295296 time by visiting settings.{' '}
296297 <InlineLinkText
297297- to="#"
298298+ to={urls.website.support.findFriendsPrivacyPolicy}
298299 label={_(
299300 msg({
300301 message: `Learn more about importing contacts`,
···44import {useLingui} from '@lingui/react'
55import {useQuery} from '@tanstack/react-query'
6677+import {urls} from '#/lib/constants'
78import {atoms as a} from '#/alf'
89import {Admonition} from '#/components/Admonition'
910import {Button, ButtonText} from '#/components/Button'
···3940 matching with your contacts. We protect your information and you
4041 control what happens next.{' '}
4142 <InlineLinkText
4242- to="#"
4343+ to={urls.website.blog.findFriendsAnnouncement}
4344 label={_(
4445 msg({
4546 message: `Learn more about importing contacts`,
+2-2
src/screens/Settings/FindContactsSettings.tsx
···1212import {useMutation, useQuery, useQueryClient} from '@tanstack/react-query'
13131414import {wait} from '#/lib/async/wait'
1515-import {HITSLOP_10} from '#/lib/constants'
1515+import {HITSLOP_10, urls} from '#/lib/constants'
1616import {isBlockedOrBlocking, isMuted} from '#/lib/moderation/blocked-and-muted'
1717import {
1818 type AllNavigatorParams,
···125125 matching with your contacts. We protect your information and you
126126 control what happens next.{' '}
127127 <InlineLinkText
128128- to="#"
128128+ to={urls.website.blog.findFriendsAnnouncement}
129129 label={_(
130130 msg({
131131 message: `Learn more about importing contacts`,