Add Outline in Title
This commit is contained in:
parent
2b7639c903
commit
19d01ed575
@ -97,7 +97,7 @@ class Layout extends React.Component<Props> {
|
||||
return (
|
||||
<Container column auto>
|
||||
<Helmet>
|
||||
<title>{team.name | "Outline"}</title>
|
||||
<title>{`${team.name} | Outline` | "Outline"}</title>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user