Update app/components/PageTitle.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Matheus Rocha Vieira
2020-07-08 14:48:14 -03:00
committed by GitHub
parent a077766bff
commit d2c7f3f166

View File

@ -16,7 +16,7 @@ const { team } = auth;
const PageTitle = observer(({ auth, title, favicon }: Props) => (
<Helmet>
<title>
{team.name ? `${title} - ${team.name} | Outline` : `${title} - Outline`}
{team ? `${title} - ${team.name} - Outline` : `${title} - Outline`}
</title>
<link
rel="shortcut icon"