point change email button to faq arcticle until we add that functionality
This commit is contained in:
parent
d7b4e91544
commit
d035247b78
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ function UserEmail(props: Props) {
|
||||||
readOnly
|
readOnly
|
||||||
label={__('Your Email')}
|
label={__('Your Email')}
|
||||||
value={email}
|
value={email}
|
||||||
inputButton={<Button button="inverse" label={__('Change')} />}
|
inputButton={
|
||||||
|
<Button button="inverse" label={__('Change')} href="https://lbry.com/faq/how-to-change-email" />
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<p className="help">
|
<p className="help">
|
||||||
|
|
Loading…
Reference in a new issue