mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
Add "report" link to Show page
This commit is contained in:
parent
e228790b28
commit
5d5ec8633e
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ var FormatItem = React.createClass({
|
||||||
{mediaType == 'video' ? <WatchLink streamName={this.props.name} button="primary" /> : null}
|
{mediaType == 'video' ? <WatchLink streamName={this.props.name} button="primary" /> : null}
|
||||||
<DownloadLink streamName={this.props.name} button="alt" />
|
<DownloadLink streamName={this.props.name} button="alt" />
|
||||||
</section>
|
</section>
|
||||||
|
<section>
|
||||||
|
<Link href="https://lbry.io/dmca" label="report" className="button-text-help" />
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue