From da9fc5bfdf21fdc01685523dccdb05feedae7241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Bregu=C3=AAz?= Date: Mon, 29 Jun 2020 17:01:34 -0300 Subject: [PATCH] New title based on TeamName --- app/components/Layout.js | 2 +- app/components/PageTitle.js | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/components/Layout.js b/app/components/Layout.js index 8349be3ddf..d3b2845fd0 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -97,7 +97,7 @@ class Layout extends React.Component { return ( - Outline + {team.name} ( - {`${title} - Outline`} + {`${title} - ${team.name}`}