summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/Login.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components/Login.jsx')
-rw-r--r--src/lib/auth/components/Login.jsx5
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>
)
}