diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-17 15:49:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-17 15:49:50 +0700 |
| commit | 6d57dbfd4e27eacfd1604b8d8326ee75326c0dd5 (patch) | |
| tree | f593c4a7d8e78798863ea366dfbeff819e905e7c /src/lib/quotation/components/Quotation.jsx | |
| parent | 2cfbc8dee4da9df302bed3d5166b718aae956a1f (diff) | |
fix search product not found
Diffstat (limited to 'src/lib/quotation/components/Quotation.jsx')
| -rw-r--r-- | src/lib/quotation/components/Quotation.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx index 6ff40327..9ffc2fbb 100644 --- a/src/lib/quotation/components/Quotation.jsx +++ b/src/lib/quotation/components/Quotation.jsx @@ -143,7 +143,7 @@ const Quotation = () => { <p className='text-caption-2 text-gray_r-10 mb-2'>*) Belum termasuk biaya pengiriman</p> <p className='text-caption-2 text-gray_r-10 leading-5'> Dengan melakukan pembelian melalui website Indoteknik, saya menyetujui{' '} - <Link href='/' className='inline font-normal'> + <Link href='/syarat-ketentuan' className='inline font-normal'> Syarat & Ketentuan </Link>{' '} yang berlaku @@ -270,7 +270,7 @@ const Quotation = () => { </p> <p className='text-caption-2 text-gray_r-11 leading-5'> Dengan melakukan pembelian melalui website Indoteknik, saya menyetujui{' '} - <Link href='/' className='inline font-normal'> + <Link href='/syarat-ketentuan' className='inline font-normal'> Syarat & Ketentuan </Link>{' '} yang berlaku |
