Spacing between info sentence and link

This commit is contained in:
eatdostacos 2020-06-11 00:17:13 -07:00 committed by Sean Yesmunt
parent a461c97962
commit 4ab751286f

View file

@ -207,7 +207,7 @@ class HelpPage extends React.PureComponent<Props, State> {
subtitle={
this.state.upgradeAvailable !== null && this.state.upgradeAvailable ? (
<span>
{__('A newer version of LBRY is available.')}
{__('A newer version of LBRY is available.')}{' '}
<Button button="link" href={newVerLink} label={__('Download now!')} />
</span>
) : null