From 7ac4625c74687a721440e61e0434872829503af5 Mon Sep 17 00:00:00 2001 From: Martin Bavio Date: Fri, 30 Oct 2020 04:02:43 -0300 Subject: [PATCH] Put continue shopping button on empty cart --- pages/cart.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/pages/cart.tsx b/pages/cart.tsx index f1da4f959..9da479a7d 100644 --- a/pages/cart.tsx +++ b/pages/cart.tsx @@ -46,6 +46,9 @@ export default function Cart() {

Biscuit oat cake wafer icing ice cream tiramisu pudding cupcake.

+ ) : (
@@ -98,15 +101,9 @@ export default function Cart() {
- {isEmpty ? ( - - ) : ( - - )} +