diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-09-08 07:14:22 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-09-08 07:14:22 +0000 |
| commit | faf60196eea155cda9075dd367e76796287ad13a (patch) | |
| tree | 613323dfae53145d8c1cb4da48d4e4a34471ebd1 /src/lib/auth/components/RegisterDesktop.jsx | |
| parent | f256bb0fef9fe7ecd477a7d5235ef152a8370eff (diff) | |
| parent | fd0e97e0a4a9b6d625c7c0605d415955b9b25597 (diff) | |
Merged in Feature/page_tracking_awb (pull request #59)
Feature/page tracking awb
Diffstat (limited to 'src/lib/auth/components/RegisterDesktop.jsx')
| -rw-r--r-- | src/lib/auth/components/RegisterDesktop.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/RegisterDesktop.jsx b/src/lib/auth/components/RegisterDesktop.jsx index a2bc98c2..6072bfb9 100644 --- a/src/lib/auth/components/RegisterDesktop.jsx +++ b/src/lib/auth/components/RegisterDesktop.jsx @@ -152,7 +152,7 @@ const RegisterDesktop = () => { <PageContent path='/register#tnd'></PageContent> </BottomPopup> </div> - <div className='flex items-center mt-3 mb-3'> + {/* <div className='flex items-center mt-3 mb-3'> <hr className='flex-1' /> <p className='text-gray-400'>ATAU</p> <hr className='flex-1' /> @@ -171,7 +171,7 @@ const RegisterDesktop = () => { height={10} /> <p>Daftar dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-10'> Sudah punya akun Indoteknik?{' '} |
