feat: add Maintenance page, just in case
This commit is contained in:
parent
2a396457aa
commit
e4c95c37ee
10
src/App.tsx
10
src/App.tsx
@ -9,6 +9,16 @@ import { GraphComponent } from "./Network";
|
|||||||
import MVPChart from "./MVPChart";
|
import MVPChart from "./MVPChart";
|
||||||
import { SetPassword } from "./SetPassword";
|
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() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<BrowserRouter>
|
<BrowserRouter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user