Add FAQ and Some Link in Report pages #2103

Merged
ykris45 merged 4 commits from patch-4 into master 2018-11-13 00:59:16 +01:00
Showing only changes of commit 780ef7a510 - Show all commits

View file

@ -173,7 +173,8 @@ class HelpPage extends React.PureComponent<Props, State> {
<section className="card card--section">
<div className="card__title">{__('Report a Bug or Suggest a New Feature')}</div>
<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>
<div className="card__actions">
<Button