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