Final fixes #2184
2 changed files with 4 additions and 3 deletions
|
@ -33,7 +33,7 @@ class FormInviteNew extends React.PureComponent {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Form onSubmit={this.handleSubmit}>
|
<Form onSubmit={this.handleSubmit}>
|
||||||
<FormRow padded>
|
<FormRow>
|
||||||
<FormField
|
<FormField
|
||||||
stretch
|
stretch
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -94,7 +94,8 @@ class InviteNew extends React.PureComponent {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="help">
|
<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" />{' '}
|
<Button button="link" label={__('FAQ')} href="https://lbry.io/faq/referrals" />{' '}
|
||||||
{__('to learn more about referrals')}.
|
{__('to learn more about referrals')}.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -53,7 +53,7 @@ class UserEmailNew extends React.PureComponent<Props, State> {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Form onSubmit={this.handleSubmit}>
|
<Form onSubmit={this.handleSubmit}>
|
||||||
<FormRow padded>
|
<FormRow>
|
||||||
<FormField
|
<FormField
|
||||||
stretch
|
stretch
|
||||||
type="email"
|
type="email"
|
||||||
|
|
Loading…
Add table
Reference in a new issue