diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-04 13:56:04 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-04 13:56:04 +0700 |
| commit | 2dccfa3f8953231599cf646d82078fb23297f1c7 (patch) | |
| tree | 1ef253cffca85e3dc5b25dbb457a151213eaa077 /src/pages/shop/quotation | |
| parent | 4b18484f8b3417184a3335553331e40ccf05e29a (diff) | |
fixing quotation price
Diffstat (limited to 'src/pages/shop/quotation')
| -rw-r--r-- | src/pages/shop/quotation/finish.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/quotation/finish.jsx b/src/pages/shop/quotation/finish.jsx index 0e9c5672..3850fef8 100644 --- a/src/pages/shop/quotation/finish.jsx +++ b/src/pages/shop/quotation/finish.jsx @@ -30,7 +30,7 @@ export default function FinishQuotation() { </p> {id && ( <Link - href={`/my/transaction/${id}`} + href={`/my/quotations/${id}`} className='btn-yellow !text-gray_r-12 mt-6 w-full md:w-1/3 md:mx-auto' > Lihat Penawaran |
