Testing Changelog Button on help page

This commit is contained in:
eatdostacos 2020-06-06 18:28:20 -07:00 committed by Sean Yesmunt
parent 9758286ad8
commit a434002be4

View file

@ -219,7 +219,7 @@ class HelpPage extends React.PureComponent<Props, State> {
<tbody>
<tr>
<td>{__('App')}</td>
<td>{this.state.uiVersion}</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>