From d36f4fb447e9d104376cd4acd3bee2e5ca108663 Mon Sep 17 00:00:00 2001 From: Rohit Sain Date: Wed, 2 Aug 2023 15:20:39 +0530 Subject: [PATCH] centering the signup form removing the left hidden div --- app/(auth)/register/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(auth)/register/page.tsx b/app/(auth)/register/page.tsx index 1b61ff0..7b7b493 100644 --- a/app/(auth)/register/page.tsx +++ b/app/(auth)/register/page.tsx @@ -12,7 +12,7 @@ export const metadata = { export default function RegisterPage() { return ( -
+
{/* removing the lg:grid-cols-2 to not divide the screen space */} Login -
+ {/*
*/} {/* removing the left div to make the whole screen for the form on the right */}