Add dash between app version and changelog link
This commit is contained in:
parent
a434002be4
commit
b12c297a65
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>{__('App')}</td>
|
||||
<td>{this.state.uiVersion} <Button button="link" label={__('Changelog')} href="https://github.com/lbryio/lbry-desktop/blob/master/CHANGELOG.md"/></td>
|
||||
<td>{this.state.uiVersion} - <Button button="link" label={__('Changelog')} href="https://github.com/lbryio/lbry-desktop/blob/master/CHANGELOG.md"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{__('Daemon (lbrynet)')}</td>
|
||||
|
|
Loading…
Reference in a new issue