From f4cd635abf1a02b8e24e76fc905bdb45642ee57f Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Sat, 13 Jan 2024 18:38:45 +0100 Subject: [PATCH] Remove duplicate "Website under construction" message --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 97f52a1..f4d3b9a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,9 +6,6 @@ import ScrollToTop from "@components/ScrollToTop"; export default function App() { return (
-
-

Website under construction 🚧👷

-
@@ -19,6 +16,9 @@ export default function App() { Projects
+
+

Website under construction 🚧👷

+
);