diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 15:45:05 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 15:45:05 +0700 |
| commit | ebda24f072741d11da7dd5e406eb5bce069dbf6a (patch) | |
| tree | 82afced36b892e96cdde25dcc16757b8d3e13968 /src/lib/auth/components/Login.jsx | |
| parent | 7cbd033633ebc549ce06cff278b197c4f186f9dd (diff) | |
fix
Diffstat (limited to 'src/lib/auth/components/Login.jsx')
| -rw-r--r-- | src/lib/auth/components/Login.jsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/auth/components/Login.jsx b/src/lib/auth/components/Login.jsx index 971188a2..92d38c11 100644 --- a/src/lib/auth/components/Login.jsx +++ b/src/lib/auth/components/Login.jsx @@ -93,12 +93,13 @@ const Login = () => { {!isLoading ? 'Masuk' : 'Loading...'} </button> </form> - <p className='text-gray_r-11 mt-4'> + + <div className='text-gray_r-11 mt-4'> Belum punya akun Indoteknik?{' '} <Link href='/register' className='inline'> Daftar </Link> - </p> + </div> </div> ) } |
