diff --git a/src/showplanner/PISModal.tsx b/src/showplanner/PISModal.tsx index 3207e4e..6b65f5c 100644 --- a/src/showplanner/PISModal.tsx +++ b/src/showplanner/PISModal.tsx @@ -10,22 +10,22 @@ function DevWarning() { } return ( <> -
-

Development Version

- You are using a development version of WebStudio. This - version is NOT tested and may have severe bugs and performance problems. -
- - DO NOT BROADCAST LIVE SHOWS USING THIS VERSION! - -
- For the latest and greatest tested WebStudio, go to{" "} - - {process.env.REACT_APP_HOMEPAGE} - - . -
-
+
+

Development Version

+ You are using a development version of WebStudio. This + version is NOT tested and may have severe bugs and performance problems. +
+ + DO NOT BROADCAST LIVE SHOWS USING THIS VERSION! + +
+ For the latest and greatest tested WebStudio, go to{" "} + + {process.env.REACT_APP_HOMEPAGE} + + . +
+
); } @@ -85,7 +85,6 @@ export function PisModal({ )} - ); }