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/Login.jsx | |
| parent | 66f1fb98cf450c98fca14fd76809ff99c52533e6 (diff) | |
fix
Diffstat (limited to 'src/lib/auth/components/Login.jsx')
| -rw-r--r-- | src/lib/auth/components/Login.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/Login.jsx b/src/lib/auth/components/Login.jsx index b25cf4fe..6fbc1475 100644 --- a/src/lib/auth/components/Login.jsx +++ b/src/lib/auth/components/Login.jsx @@ -53,7 +53,7 @@ const Login = () => { } 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} |
