Update app/components/Layout.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Matheus Rocha Vieira 2020-07-08 14:48:05 -03:00 committed by GitHub
parent a25e03d7cd
commit a077766bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Layout extends React.Component<Props> {
return (
<Container column auto>
<Helmet>
<title>{team.name ? `${team.name} | Outline` : "Outline"}</title>
<title>{team ? `${team.name} Outline` : "Outline"}</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"