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

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