Merge pull request #662 from lbryio/rc-patch

Better title for menu bar
This commit is contained in:
Jeremy Kauffman 2017-10-11 10:34:18 -04:00 committed by GitHub
commit 9e7800d6d7

View file

@ -39,7 +39,7 @@ class App extends React.PureComponent {
}
setTitleFromProps(props) {
window.document.title = props.pageTitle;
window.document.title = props.pageTitle || "LBRY";
}
render() {