Add Outline in Title

This commit is contained in:
Matheus Breguêz
2020-07-01 09:09:21 -03:00
parent 2b7639c903
commit 19d01ed575
2 changed files with 2 additions and 2 deletions

View File

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