change: copy on invites page with link to rewards

This commit is contained in:
Sean Yesmunt 2019-01-14 14:51:46 -05:00
parent 7995c1cb9e
commit 7676a1428a
2 changed files with 4 additions and 3 deletions

View file

@ -33,7 +33,7 @@ class FormInviteNew extends React.PureComponent {
return (
<Form onSubmit={this.handleSubmit}>
<FormRow padded>
<FormRow>
<FormField
stretch
type="text"
@ -94,7 +94,8 @@ class InviteNew extends React.PureComponent {
/>
<p className="help">
{__('Read our')}{' '}
{__('Earn')} <Button button="link" navigate="/rewards" label={__('rewards')} />{' '}
{__('for inviting your friends.')} {__('Read our')}{' '}
<Button button="link" label={__('FAQ')} href="https://lbry.io/faq/referrals" />{' '}
{__('to learn more about referrals')}.
</p>

View file

@ -53,7 +53,7 @@ class UserEmailNew extends React.PureComponent<Props, State> {
</p>
<Form onSubmit={this.handleSubmit}>
<FormRow padded>
<FormRow>
<FormField
stretch
type="email"