mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 17:55:11 +00:00
Spacing between info sentence and link
This commit is contained in:
parent
a461c97962
commit
4ab751286f
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
subtitle={
|
subtitle={
|
||||||
this.state.upgradeAvailable !== null && this.state.upgradeAvailable ? (
|
this.state.upgradeAvailable !== null && this.state.upgradeAvailable ? (
|
||||||
<span>
|
<span>
|
||||||
{__('A newer version of LBRY is available.')}
|
{__('A newer version of LBRY is available.')}{' '}
|
||||||
<Button button="link" href={newVerLink} label={__('Download now!')} />
|
<Button button="link" href={newVerLink} label={__('Download now!')} />
|
||||||
</span>
|
</span>
|
||||||
) : null
|
) : null
|
||||||
|
|
Loading…
Add table
Reference in a new issue