added some link and change link
This commit is contained in:
parent
780ef7a510
commit
48a9f5e702
1 changed files with 25 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue