Skip to content

Commit

Permalink
Merge pull request #11 from BibliothecaDAO/feat/remove-maintenance
Browse files Browse the repository at this point in the history
feat: remove maintenance mode
  • Loading branch information
ponderingdemocritus authored Dec 6, 2024
2 parents 7a2e6c5 + 59b4a65 commit 653e626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/arkmarket/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import Footer from "~/components/footer";
import Providers from "~/components/providers";
import UnframedFooter from "~/components/unframed-footer";
import { env } from "~/env";
import { Maintenance } from "~/components/maintenance";

export const dynamic = "force-dynamic";
export const fetchCache = "force-no-store";
Expand Down Expand Up @@ -152,8 +151,7 @@ export default function RootLayout({ children }: PropsWithChildren) {
<Providers>
<div className="flex-col md:flex">
<SiteHeader />
{/* {children} */}
<Maintenance />
{children}
<SpeedInsights />
</div>
{env.NEXT_PUBLIC_THEME === "unframed" ? (
Expand Down

0 comments on commit 653e626

Please sign in to comment.