Final fixes #2184

Merged
neb-b merged 4 commits from fixes into master 2019-01-14 22:21:38 +01:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 7676a1428a - Show all commits

View file

@ -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>

View file

@ -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"