Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Yesmunt committed Nov 12, 2018
1 parent 146e2f1 commit d740b26
Showing 1 changed file with 24 additions and 38 deletions.
62 changes: 24 additions & 38 deletions src/renderer/page/report/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class ReportPage extends React.Component {
return (
<Page>
<section className="card card--section">
<div className="card__title">{__('Report an Issue/Request a Feature')}</div>
<p className="card__subtitle">
{__(
'Please describe the problem you experienced or the feature you want to see and any information you think might be useful to us. Links to screenshots are great!'
)}
</p>
<div className="card__content">
<div className="card__title">{__('Report an Issue/Request a Feature')}</div>
<p>
{__(
'Please describe the problem you experienced or the feature you want to see and any information you think might be useful to us. Links to screenshots are great!'
)}
</p>
<FormRow>
<FormField
type="textarea"
Expand Down Expand Up @@ -83,38 +83,24 @@ class ReportPage extends React.Component {
</section>
<section className="card card--section">
<div className="card__title">{__('Developer?')}</div>
<p>
{__('You can also')}{' '}
<Button
button="link"
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>
<div className="card__content">
<p>
{__('You can also')}{' '}
<Button
button="link"
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={__('technical resources')} />.
</p>
<p>
{__('Join our')}{' '}
<Button button="link" href="https://discourse.lbry.io/" label={__('tech forum')} />.
</p>
</div>
</section>
</Page>
);
Expand Down

0 comments on commit d740b26

Please sign in to comment.