Display yellow banner when on development site
This commit is contained in:
parent
429a6c0354
commit
928a07d29c
|
@ -109,6 +109,10 @@ function App() {
|
|||
<img src='/logo-long.svg' className='logo-long' />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
{window.location.hostname !== 'my.protospace.ca' &&
|
||||
<p style={{ background: 'yellow' }}>~~~~~ Development site ~~~~~</p>
|
||||
}
|
||||
</Container>
|
||||
|
||||
<Menu>
|
||||
|
|
Loading…
Reference in New Issue
Block a user