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
@@ -4,6 +4,7 @@ import {msg, Trans} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import {useQuery} from '@tanstack/react-query'
import {urls} from '#/lib/constants'
import {atoms as a} from '#/alf'
import {Admonition} from '#/components/Admonition'
import {Button, ButtonText} from '#/components/Button'
@@ -39,7 +40,7 @@ export function StepFindContactsIntro() {
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`,