From 4dc1f3483c5eab73b32640694959c2dbfeb33746 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 23 Oct 2024 16:25:28 +0300 Subject: [PATCH] chore: remove under maintenance --- pages/_app.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 1a2af2dee7..8e78d0f869 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -53,11 +53,6 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) { }, []); const getLayout = Component.getLayout ?? ((page) => { page }); - const isUnderMaintenance = true; - - if (isUnderMaintenance) { - return
Under Maintenance
; - } return (