Update link
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
export const DMCA_LINK = 'https://bsky.social/about/support/copyright'
|
export const DMCA_LINK = 'https://bsky.social/about/support/copyright'
|
||||||
export const COMPLIANCE_OVERVIEW =
|
export const SUPPORT_PAGE = 'https://bsky.social/about/support'
|
||||||
'https://bsky.social/about/support/regulatory-compliance-report'
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ import {createStaticClick, InlineLinkText, Link} from '#/components/Link'
|
|||||||
import {Loader} from '#/components/Loader'
|
import {Loader} from '#/components/Loader'
|
||||||
import {Text} from '#/components/Typography'
|
import {Text} from '#/components/Typography'
|
||||||
import {useSubmitReportMutation} from './action'
|
import {useSubmitReportMutation} from './action'
|
||||||
import {COMPLIANCE_OVERVIEW} from './const'
|
import {SUPPORT_PAGE} from './const'
|
||||||
import {useCopyForSubject} from './copy'
|
import {useCopyForSubject} from './copy'
|
||||||
import {initialState, reducer} from './state'
|
import {initialState, reducer} from './state'
|
||||||
import {type ReportDialogProps, type ReportSubject} from './types'
|
import {type ReportDialogProps, type ReportSubject} from './types'
|
||||||
@@ -266,7 +266,7 @@ function Inner(props: ReportDialogProps) {
|
|||||||
|
|
||||||
{['post', 'account'].includes(props.subject.type) && (
|
{['post', 'account'].includes(props.subject.type) && (
|
||||||
<Link
|
<Link
|
||||||
to={COMPLIANCE_OVERVIEW}
|
to={SUPPORT_PAGE}
|
||||||
label={_(
|
label={_(
|
||||||
msg`Need to report a copyright violation, legal request, or regulatory compliance issue?`,
|
msg`Need to report a copyright violation, legal request, or regulatory compliance issue?`,
|
||||||
)}>
|
)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user