diff --git a/packages/web/.babelrc b/packages/web/.babelrc new file mode 100644 index 0000000..c28db9b --- /dev/null +++ b/packages/web/.babelrc @@ -0,0 +1,4 @@ +{ + "presets": ["next/babel"], + "plugins": ["transform-remove-console"] +} diff --git a/packages/web/components/Layouts/LandingPageLayout.tsx b/packages/web/components/Layouts/LandingPageLayout.tsx index f866d0a..17c727c 100644 --- a/packages/web/components/Layouts/LandingPageLayout.tsx +++ b/packages/web/components/Layouts/LandingPageLayout.tsx @@ -60,7 +60,7 @@ export default function LangingPageLayout({ children }) { {currUser ? (