diff --git a/src/apps/auth/routes/_providers+/_layout.tsx b/src/apps/auth/routes/_providers+/_layout.tsx index 18cd857b8..30492f28a 100644 --- a/src/apps/auth/routes/_providers+/_layout.tsx +++ b/src/apps/auth/routes/_providers+/_layout.tsx @@ -25,7 +25,8 @@ export const restActions = async (ctx: IRemixCtx) => { ).checkOauthEnabled({}); if (checkError) { - logger.error(checkError); + // logger.error(checkError); + console.log(checkError); } const { data, errors } = await GQLServerHandler( diff --git a/src/apps/devdoc/app/components/container.tsx b/src/apps/devdoc/app/components/container.tsx index 0cba91421..e6591c734 100644 --- a/src/apps/devdoc/app/components/container.tsx +++ b/src/apps/devdoc/app/components/container.tsx @@ -9,7 +9,7 @@ const Container = ({ className?: string; }) => { return ( -
+
{children}
); diff --git a/src/apps/devdoc/app/components/footer.tsx b/src/apps/devdoc/app/components/footer.tsx index 6bb995b2a..c72aff5fe 100644 --- a/src/apps/devdoc/app/components/footer.tsx +++ b/src/apps/devdoc/app/components/footer.tsx @@ -58,8 +58,8 @@ const Footer = ({ config }: { config: IConfig }) => { 'menu' in config.footer ) return ( -