Update document title via Page component
This commit is contained in:
@ -33,8 +33,9 @@ export class BoardPage extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { board } = this.props;
|
||||
return (
|
||||
<Page>
|
||||
<Page title={`${board ? (board.title + ' - ') : ''}GenGitKan`}>
|
||||
<div className="container is-fluid">
|
||||
{this.renderBoard()}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user