diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx index c57cce0..893a20c 100644 --- a/src/app/register/page.tsx +++ b/src/app/register/page.tsx @@ -10,15 +10,28 @@ export default function RegisterPage() { const [password, setPassword] = useState(""); return ( - - + +

Create Account

@@ -41,7 +54,9 @@ export default function RegisterPage() {
- +
); } \ No newline at end of file