diff --git a/src/lib/constants.ts b/src/lib/constants.ts --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -203,8 +203,14 @@ export const urls = { website: { blog: { + findFriendsAnnouncement: + 'https://bsky.social/about/blog/12-16-2025-find-friends', initialVerificationAnnouncement: `https://bsky.social/about/blog/04-21-2025-verification`, searchTipsAndTricks: 'https://bsky.social/about/blog/05-31-2024-search', + }, + support: { + findFriendsPrivacyPolicy: + 'https://bsky.social/about/support/find-friends-privacy-policy', }, }, } diff --git a/src/screens/Settings/FindContactsSettings.tsx b/src/screens/Settings/FindContactsSettings.tsx --- a/src/screens/Settings/FindContactsSettings.tsx +++ b/src/screens/Settings/FindContactsSettings.tsx @@ -12,7 +12,7 @@ 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 @@ matching with your contacts. We protect your information and you control what happens next.{' '}