Skip to content

Commit

Permalink
disabled dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
BasVanDeGroep committed Feb 1, 2024
1 parent a3bcd18 commit acafcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/new-landing/NewLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from "react";
import NewNavigation from "../NewNavigation";
import Footer from "./Footer";

const DEV = true;
const DEV = false;

export const NewLayout = ({ children }: { children: React.ReactNode }) => {
return (
Expand Down

0 comments on commit acafcde

Please sign in to comment.