diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-06 11:59:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-06 11:59:03 +0700 |
| commit | 78d02a2392924d5d4a21206fb52f627251883af8 (patch) | |
| tree | b1cda7f12961508065b5ddedcfa757ea6ec0ff4e /src/lib/auth/components/Register.jsx | |
| parent | 66f1fb98cf450c98fca14fd76809ff99c52533e6 (diff) | |
fix
Diffstat (limited to 'src/lib/auth/components/Register.jsx')
| -rw-r--r-- | src/lib/auth/components/Register.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/Register.jsx b/src/lib/auth/components/Register.jsx index 82b81b52..4ea62899 100644 --- a/src/lib/auth/components/Register.jsx +++ b/src/lib/auth/components/Register.jsx @@ -49,7 +49,7 @@ const Register = () => { } return ( - <div className='p-6 pt-10 flex flex-col items-center'> + <div className='p-6 pt-10 flex flex-col items-center min-h-screen'> <Link href='/'> <Image src={IndoteknikLogo} |
