feat: add Maintenance page, just in case

This commit is contained in:
julius 2025-03-11 15:46:03 +01:00
parent 2a396457aa
commit e4c95c37ee
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -9,6 +9,16 @@ import { GraphComponent } from "./Network";
import MVPChart from "./MVPChart";
import { SetPassword } from "./SetPassword";
const Maintenance = () => {
return (
<div style={{ textAlign: "center", padding: "20px" }}>
<h2>We are under maintenance.</h2>
<p>Please check back later. Thank you for your patience.</p>
<span style={{ fontSize: "xx-large" }}>🚧</span>
</div>
);
};
function App() {
return (
<BrowserRouter>