From 928a07d29c8f9d99b8b2366332539e4264de175c Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 15 Nov 2020 01:44:36 +0000 Subject: [PATCH] Display yellow banner when on development site --- webclient/src/App.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webclient/src/App.js b/webclient/src/App.js index 2172b72..c3d52e9 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -109,6 +109,10 @@ function App() { + + {window.location.hostname !== 'my.protospace.ca' && +

~~~~~ Development site ~~~~~

+ }