added some link and change link

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-11-13 03:36:00 +07:00 committed by GitHub
parent 780ef7a510
commit 48a9f5e702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,10 +87,34 @@ class ReportPage extends React.Component {
{__('You can also')}{' '}
<Button
button="link"
href="https://github.com/lbryio/lbry/issues"
href="https://github.com/lbryio/lbry-desktop/issues"
label={__('submit an issue on GitHub')}
/>.
</p>
<p>
{__('Explore our')}{' '}
<Button
button="link"
href="https://lbry.tech"
label={__('LBRY Technical Resources')}
/>.
</p>
<p>
{__('Join our')}{' '}
<Button
button="link"
href="https://discourse.lbry.io/"
label={__('LBRY Tech Forum')}
/>.
</p>
<p>
{__('Read our')}{' '}
<Button
button="link"
href="https://lbry.tech/contribute"
label={__('Contributors Guide')}
/>.
</p>
</section>
</Page>
);