From 3b2fd1607029d00e2d9a2324ba52e58d46fd3c3f Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Thu, 25 Jul 2024 00:28:41 +0530 Subject: [PATCH] Enchancing the Design and Styling of the Cart Page --- src/Components/cart/cart.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Components/cart/cart.js b/src/Components/cart/cart.js index f86d724b..588ed8a4 100644 --- a/src/Components/cart/cart.js +++ b/src/Components/cart/cart.js @@ -214,7 +214,6 @@ const Cart = () => { {cartCount} -
Home @@ -243,7 +242,7 @@ const Cart = () => {
- +
);