From 1a9f6bb802023e610a0abc08702764152b3ae788 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Wed, 6 Sep 2023 13:52:30 -0700 Subject: [PATCH] Update modal.tsx --- components/cart/modal.tsx | 336 +++++++++++++++++++------------------- 1 file changed, 170 insertions(+), 166 deletions(-) diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index f9e0f6c01..c180effe5 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -62,175 +62,179 @@ export default function CartModal({ return ( <> - - - - - + + ); }