Update help.js
typo
This commit is contained in:
parent
b07241405e
commit
5631d03f76
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ var HelpPage = React.createClass({
|
||||||
<h3>Report a Bug</h3>
|
<h3>Report a Bug</h3>
|
||||||
<p>Did you find something wrong?</p>
|
<p>Did you find something wrong?</p>
|
||||||
<p><Link href="/?report" label="Submit a Bug Report" icon="icon-bug" button="alt" /></p>
|
<p><Link href="/?report" label="Submit a Bug Report" icon="icon-bug" button="alt" /></p>
|
||||||
<div className="meta">Thanks! LBRY is made by it's users.</div>
|
<div className="meta">Thanks! LBRY is made by its users.</div>
|
||||||
</section>
|
</section>
|
||||||
{!ver ? null :
|
{!ver ? null :
|
||||||
<section className="card">
|
<section className="card">
|
||||||
|
|
Loading…
Reference in a new issue