mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
fix: link styling for verify email
This commit is contained in:
parent
e133721217
commit
f5f6cf0e39
1 changed files with 3 additions and 3 deletions
|
@ -151,10 +151,10 @@ class HelpPage extends React.PureComponent {
|
||||||
{user && user.primary_email ? (
|
{user && user.primary_email ? (
|
||||||
user.primary_email
|
user.primary_email
|
||||||
) : (
|
) : (
|
||||||
<span>
|
<React.Fragment>
|
||||||
<span className="empty">{__('none')} </span>
|
<span className="empty">{__('none')} </span>
|
||||||
(<Button onClick={() => doAuth()} label={__('set email')} />)
|
<Button button="link" onClick={() => doAuth()} label={__('set email')} />
|
||||||
</span>
|
</React.Fragment>
|
||||||
)}
|
)}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue