From 82f4234a7376a1e855c955bfdc377c2283b5946d Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Sat, 13 Jan 2024 17:08:09 +0100 Subject: [PATCH] Add website under construction text --- src/App.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 69947ef..832f7f4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,9 @@ export default function App() { return (
+
+

Website under construction 🚧👷

+
); }