Discovery fixes #2576
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ function UserEmail(props: Props) {
|
|||
readOnly
|
||||
label={__('Your 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">
|
||||
|
|
Loading…
Reference in a new issue