summaryrefslogtreecommitdiff
path: root/src-migrate/modules/cart/components/Detail.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/cart/components/Detail.tsx')
-rw-r--r--src-migrate/modules/cart/components/Detail.tsx2
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>