Skip to content

Commit

Permalink
Fix copyright report link (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored Nov 3, 2023
1 parent 9437d74 commit 047f74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/com/modals/report/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {InputIssueDetails} from './InputIssueDetails'
import {ReportReasonOptions} from './ReasonOptions'
import {CollectionId} from './types'

const DMCA_LINK = 'https://bsky.app/support/copyright'
const DMCA_LINK = 'https://blueskyweb.xyz/support/copyright'

export const snapPoints = [575]

Expand Down Expand Up @@ -60,6 +60,7 @@ export function Component(content: ReportComponentProps) {
try {
if (issue === '__copyright__') {
Linking.openURL(DMCA_LINK)
store.shell.closeModal()
return
}
const $type = !isAccountReport
Expand Down

0 comments on commit 047f74c

Please sign in to comment.