diff --git a/app/components/Layout.js b/app/components/Layout.js index 5fa7f64c..6ae688f9 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -97,7 +97,7 @@ class Layout extends React.Component { return ( - {team.name | "Outline"} + {`${team.name} | Outline` | "Outline"} ( - {`${title} - ${team.name}` | `${title} - Outline`} + {`${title} - ${team.name} | Outline` | `${title} - Outline`}