add faq to Report a Bug section
This commit is contained in:
parent
cf45aa6661
commit
780ef7a510
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
<section className="card card--section">
|
<section className="card card--section">
|
||||||
<div className="card__title">{__('Report a Bug or Suggest a New Feature')}</div>
|
<div className="card__title">{__('Report a Bug or Suggest a New Feature')}</div>
|
||||||
<p className="card__subtitle">
|
<p className="card__subtitle">
|
||||||
{__('Did you find something wrong? Think LBRY could add something useful and cool?')}
|
{__('Did you find something wrong? Think LBRY could add something useful and cool?')}{' '}
|
||||||
|
<Button button="link" label={__('Learn more')} href="https://lbry.io/faq/support" />
|
||||||
</p>
|
</p>
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue