diff options
Diffstat (limited to 'src/pages')
| -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 |
