From 7320a6236236feb462f7575a56306612a86f9bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 03:51:53 +0000 Subject: [PATCH 1/2] Update src/app/sign-in/page.tsx --- src/app/sign-in/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/sign-in/page.tsx b/src/app/sign-in/page.tsx index 7796153..eb30b68 100644 --- a/src/app/sign-in/page.tsx +++ b/src/app/sign-in/page.tsx @@ -11,8 +11,10 @@ export default function SignInPage() { const [password, setPassword] = useState(""); return ( - - + +

Sign In

From b151c0e8b620d4848eb0f871e373ee6d984a5799 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 03:51:53 +0000 Subject: [PATCH 2/2] Update src/app/sign-up/page.tsx --- src/app/sign-up/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/sign-up/page.tsx b/src/app/sign-up/page.tsx index 206db48..5fa4fea 100644 --- a/src/app/sign-up/page.tsx +++ b/src/app/sign-up/page.tsx @@ -11,8 +11,10 @@ export default function SignUpPage() { const [password, setPassword] = useState(""); return ( - - + +

Create Account