diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-09-01 13:48:07 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-09-01 13:48:07 +0700 |
| commit | 6155dd4ea416de8cbd3be3c9409e2246ad61d60c (patch) | |
| tree | 601af1bcf8a0a1307db75ad80bfc5b702974303d | |
| parent | c5d2fcb605f5d18cbd921bd271b1b878612a518b (diff) | |
hide button google sign up & shipmet page
| -rw-r--r-- | src/lib/auth/components/LoginDesktop.jsx | 8 | ||||
| -rw-r--r-- | src/lib/auth/components/LoginMobile.jsx | 8 | ||||
| -rw-r--r-- | src/lib/shipment/components/Shipments.jsx | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/src/lib/auth/components/LoginDesktop.jsx b/src/lib/auth/components/LoginDesktop.jsx index 42fa8896..838054cd 100644 --- a/src/lib/auth/components/LoginDesktop.jsx +++ b/src/lib/auth/components/LoginDesktop.jsx @@ -95,13 +95,13 @@ const LoginDesktop = () => { {!isLoading ? 'Masuk' : 'Loading...'} </button> </form> - <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' /> - </div> + </div> */} - <button + {/* <button type='submit' className='border border-gray-500 p-2 rounded-md hover:bg-gray-100 w-full mt-2 flex items-center justify-center gap-x-2' onClick={() => handleGoogle()} @@ -114,7 +114,7 @@ const LoginDesktop = () => { height={10} /> <p>Masuk dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-10'> Belum punya akun Indoteknik?{' '} diff --git a/src/lib/auth/components/LoginMobile.jsx b/src/lib/auth/components/LoginMobile.jsx index 095f4174..2d6501cd 100644 --- a/src/lib/auth/components/LoginMobile.jsx +++ b/src/lib/auth/components/LoginMobile.jsx @@ -91,13 +91,13 @@ const LoginMobile = () => { {!isLoading ? 'Masuk' : 'Loading...'} </button> </form> - <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' /> - </div> + </div> */} - <button + {/* <button type='submit' className='border border-gray-500 p-2 rounded-md hover:bg-gray-100 w-full mt-2 flex items-center justify-center gap-x-2' onClick={() => handleGoogle()} @@ -110,7 +110,7 @@ const LoginMobile = () => { height={10} /> <p>Masuk dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-4'> Belum punya akun Indoteknik?{' '} diff --git a/src/lib/shipment/components/Shipments.jsx b/src/lib/shipment/components/Shipments.jsx index c9d3e627..8b369a11 100644 --- a/src/lib/shipment/components/Shipments.jsx +++ b/src/lib/shipment/components/Shipments.jsx @@ -26,7 +26,6 @@ const Shipments = () => { offset: (page - 1) * limit, limit } - console.log('ini query', query) const [inputQuery, setInputQuery] = useState(q) const queryString = _.toQuery(query) @@ -184,8 +183,7 @@ const Shipments = () => { <path d='M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z' /> </svg> <div> - <span class='font-medium'>Warning alert!</span> Change a few things up and try - submitting again. + Lacak pengiriman untuk setiap transaksi anda semakin mudah di Indoteknik.com </div> </div> <div className='flex justify-between gap-x-5'> |
