From e4c95c37eebf3b1434722d6f61bf4d5aa9f05eeb Mon Sep 17 00:00:00 2001 From: julius Date: Tue, 11 Mar 2025 15:46:03 +0100 Subject: [PATCH] feat: add Maintenance page, just in case --- src/App.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 61a0376..ae661aa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,16 @@ import { GraphComponent } from "./Network"; import MVPChart from "./MVPChart"; import { SetPassword } from "./SetPassword"; +const Maintenance = () => { + return ( +
+

We are under maintenance.

+

Please check back later. Thank you for your patience.

+ 🚧 +
+ ); +}; + function App() { return (