Skip to content

Commit

Permalink
chore: remove under maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
codingknite committed Oct 23, 2024
1 parent de1cab0 commit 4dc1f34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
}, []);

const getLayout = Component.getLayout ?? ((page) => <Layout>{ page }</Layout>);
const isUnderMaintenance = true;

if (isUnderMaintenance) {
return <div>Under Maintenance</div>;
}

return (
<ChakraProvider cookies={ pageProps.cookies }>
Expand Down

0 comments on commit 4dc1f34

Please sign in to comment.