diff --git a/app/components/Layout.js b/app/components/Layout.js index 82bbabaf5..6c0660fe9 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` : "Outline"} + {team ? `${team.name} – Outline` : "Outline"}