From a0629891db98e894ff590d236edc299514258ca1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 17 Jul 2025 11:00:10 -0500 Subject: [PATCH] Update link --- src/components/moderation/ReportDialog/const.ts | 3 +-- src/components/moderation/ReportDialog/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/moderation/ReportDialog/const.ts b/src/components/moderation/ReportDialog/const.ts index 9638767d3c..0f3fdbfacf 100644 --- a/src/components/moderation/ReportDialog/const.ts +++ b/src/components/moderation/ReportDialog/const.ts @@ -1,3 +1,2 @@ export const DMCA_LINK = 'https://bsky.social/about/support/copyright' -export const COMPLIANCE_OVERVIEW = - 'https://bsky.social/about/support/regulatory-compliance-report' +export const SUPPORT_PAGE = 'https://bsky.social/about/support' diff --git a/src/components/moderation/ReportDialog/index.tsx b/src/components/moderation/ReportDialog/index.tsx index 5eda5112a5..cd8bbe0a42 100644 --- a/src/components/moderation/ReportDialog/index.tsx +++ b/src/components/moderation/ReportDialog/index.tsx @@ -30,7 +30,7 @@ import {createStaticClick, InlineLinkText, Link} from '#/components/Link' import {Loader} from '#/components/Loader' import {Text} from '#/components/Typography' import {useSubmitReportMutation} from './action' -import {COMPLIANCE_OVERVIEW} from './const' +import {SUPPORT_PAGE} from './const' import {useCopyForSubject} from './copy' import {initialState, reducer} from './state' import {type ReportDialogProps, type ReportSubject} from './types' @@ -266,7 +266,7 @@ function Inner(props: ReportDialogProps) { {['post', 'account'].includes(props.subject.type) && (