diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-20 11:47:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-20 11:47:29 +0700 |
| commit | cf0f7a934bcf256d1daeee98e9f66397fb64b1ee (patch) | |
| tree | 41320c6a46d38487efe996c7fd5de2f067067ce4 /src-migrate/modules/register/index.tsx | |
| parent | 00df44e6f25eaeabc56ebba8b4e9b1cb692928d7 (diff) | |
<iman> update new register
Diffstat (limited to 'src-migrate/modules/register/index.tsx')
| -rw-r--r-- | src-migrate/modules/register/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/register/index.tsx b/src-migrate/modules/register/index.tsx index 9b3f5509..e89a6de3 100644 --- a/src-migrate/modules/register/index.tsx +++ b/src-migrate/modules/register/index.tsx @@ -45,14 +45,14 @@ const Register = () => { <h1 className="text-2xl font-semibold text-center md:text-left"> Daftar Akun Indoteknik </h1> - <h2 className="text-gray_r-11 mt-1 mb-10 text-center md:text-left"> + <h2 className="text-gray_r-11 mt-1 mb-4 text-center md:text-left"> Buat akun sekarang lebih mudah dan terverifikasi </h2> <label htmlFor="name" className="text-black font-bold"> Tipe Akun </label> - <div className="grid grid-cols-2 gap-x-3 h-10 font-bold text-black hover:cursor-pointer"> + <div className="grid grid-cols-2 gap-x-3 mt-2 h-10 font-bold text-black hover:cursor-pointer"> <div className={` border rounded-md flex justify-center items-center transition-colors duration-300 ease-in-out ${ isIndividuClicked ? "bg-red-500 text-white" : "" |
