1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00

updated Tab header text to Focalboard (#507)

This commit is contained in:
Ayesha Malik 2021-06-08 22:11:18 +05:30 committed by GitHub
parent b3dd307664
commit 060107766a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ class BoardPage extends React.Component<Props, State> {
}
document.title = title
} else {
document.title = 'OCTO'
document.title = 'Focalboard'
}
}
if (this.state.workspace?.id !== prevState.workspace?.id) {