diff --git a/src/app/auth/layout.tsx b/src/app/auth/layout.tsx index 729cb80..5aec572 100644 --- a/src/app/auth/layout.tsx +++ b/src/app/auth/layout.tsx @@ -6,7 +6,7 @@ export default function AuthLayout({ children: React.ReactNode; }>) { return ( -
+
{children}
); diff --git a/src/app/auth/signin/page.tsx b/src/app/auth/signin/page.tsx index f9a8e26..2660cbe 100644 --- a/src/app/auth/signin/page.tsx +++ b/src/app/auth/signin/page.tsx @@ -7,7 +7,7 @@ import { URL_SIGN_UP } from '@/lib/constants'; export default async function SignInPage() { return ( - + Sign in Sign into your existing account diff --git a/src/app/auth/signup/page.tsx b/src/app/auth/signup/page.tsx index 59ffc13..33ef08d 100644 --- a/src/app/auth/signup/page.tsx +++ b/src/app/auth/signup/page.tsx @@ -7,7 +7,7 @@ import { URL_SIGN_IN } from '@/lib/constants'; export default async function SignUpPage() { return ( - + Sign up Create a new account.