Prettier
This commit is contained in:
parent
6ca73a89b7
commit
197d513cdd
1 changed files with 16 additions and 17 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue