Update app/components/PageTitle.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a077766bff
commit
d2c7f3f166
@ -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"
|
||||
|
Reference in New Issue
Block a user