This commit is contained in:
muhammadeko 2022-04-30 15:17:51 +07:00
parent afc674592b
commit 7f5d9f84d9
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

View File

@ -22,6 +22,7 @@ export default class App extends Component<{},IState>{
this.setState({
headerTitle: headerTitle
})
document.title = headerTitle;
}
render() {