From 19d01ed575752f3e79c2c8b5fd19008f6b10c5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Bregu=C3=AAz?= Date: Wed, 1 Jul 2020 09:09:21 -0300 Subject: [PATCH] Add Outline in Title --- app/components/Layout.js | 2 +- app/components/PageTitle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`}