mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 17:01:25 +00:00
Fix report button to use new route
New route: https://lbry.com/dmca/116d62d14d8efc311e1f8a9de92dcbc17deb259a
This commit is contained in:
parent
6e7de72686
commit
28414a5167
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class FileActions extends React.PureComponent<Props> {
|
||||||
)}
|
)}
|
||||||
{!claimIsMine && (
|
{!claimIsMine && (
|
||||||
<Tooltip label={__('Report content')}>
|
<Tooltip label={__('Report content')}>
|
||||||
<Button button="link" icon={ICONS.REPORT} href={`https://lbry.com/dmca?claim_id=${claimId}`} />
|
<Button button="link" icon={ICONS.REPORT} href={`https://lbry.com/dmca/${claimId}`} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|
Loading…
Add table
Reference in a new issue