This commit is contained in:
Matthew Stratford 2020-09-19 17:53:39 +01:00
parent 6ca73a89b7
commit 197d513cdd

View file

@ -10,22 +10,22 @@ function DevWarning() {
} }
return ( return (
<> <>
<div className="p-2 btn-warning"> <div className="p-2 btn-warning">
<h1>Development Version</h1> <h1>Development Version</h1>
<strong>You are using a development version of WebStudio.</strong> This <strong>You are using a development version of WebStudio.</strong> This
version is NOT tested and may have severe bugs and performance problems. version is NOT tested and may have severe bugs and performance problems.
<br /> <br />
<em> <em>
<strong>DO NOT BROADCAST LIVE SHOWS USING THIS VERSION!</strong> <strong>DO NOT BROADCAST LIVE SHOWS USING THIS VERSION!</strong>
</em> </em>
<br /> <br />
For the latest and greatest tested WebStudio, go to{" "} For the latest and greatest tested WebStudio, go to{" "}
<a href={process.env.REACT_APP_HOMEPAGE}> <a href={process.env.REACT_APP_HOMEPAGE}>
{process.env.REACT_APP_HOMEPAGE} {process.env.REACT_APP_HOMEPAGE}
</a> </a>
. .
</div> </div>
<hr /> <hr />
</> </>
); );
} }
@ -85,7 +85,6 @@ export function PisModal({
</em> </em>
</div> </div>
)} )}
</Modal> </Modal>
); );
} }