diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-12 15:18:00 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-12 15:18:00 +0700 |
| commit | fb14d51cccd4c5c3c8aed57bcaee920a2e6f3355 (patch) | |
| tree | 35ac9daa961de27a30d845c776af62239916cf31 /src-migrate/modules/cart/components/Detail.tsx | |
| parent | 6b8f9cda775b6c4701bcbcf30b0fbe1434107d06 (diff) | |
Fix go to quotation button in cart page
Diffstat (limited to 'src-migrate/modules/cart/components/Detail.tsx')
| -rw-r--r-- | src-migrate/modules/cart/components/Detail.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/modules/cart/components/Detail.tsx b/src-migrate/modules/cart/components/Detail.tsx index ccb0bb4d..99fe4c91 100644 --- a/src-migrate/modules/cart/components/Detail.tsx +++ b/src-migrate/modules/cart/components/Detail.tsx @@ -58,6 +58,8 @@ const CartDetail = () => { colorScheme='yellow' w='full' isDisabled={hasSelectedPromo || !hasSelected} + as={Link} + href='/shop/quotation' > Quotation </Button> |
