Update link

This commit is contained in:
Eric Bailey
2025-07-17 11:00:10 -05:00
parent 9c88e3f9f9
commit a0629891db
2 changed files with 3 additions and 4 deletions
@@ -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'
@@ -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) && (
<Link
to={COMPLIANCE_OVERVIEW}
to={SUPPORT_PAGE}
label={_(
msg`Need to report a copyright violation, legal request, or regulatory compliance issue?`,
)}>