Find Friend links (#9546)

* links

* policy

* Update PhoneInput.tsx
This commit is contained in:
Samuel Newman
2025-12-12 22:23:19 +02:00
committed by GitHub
parent 4ffc1263e7
commit 8cee40beff
4 changed files with 12 additions and 4 deletions
@@ -12,7 +12,7 @@ import {useIsFocused} from '@react-navigation/native'
import {useMutation, useQuery, useQueryClient} from '@tanstack/react-query'
import {wait} from '#/lib/async/wait'
import {HITSLOP_10} from '#/lib/constants'
import {HITSLOP_10, urls} from '#/lib/constants'
import {isBlockedOrBlocking, isMuted} from '#/lib/moderation/blocked-and-muted'
import {
type AllNavigatorParams,
@@ -125,7 +125,7 @@ function Intro() {
matching with your contacts. We protect your information and you
control what happens next.{' '}
<InlineLinkText
to="#"
to={urls.website.blog.findFriendsAnnouncement}
label={_(
msg({
message: `Learn more about importing contacts`,