From 3b5ac2df1fd3ce7b841405bcb4828d695119ee13 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 5 Nov 2020 18:41:54 -0300 Subject: [PATCH] More changes --- components/cart/CartItem/CartItem.tsx | 20 +++++----- components/common/Navbar/Navbar.tsx | 2 +- components/common/Searchbar/Searchbar.tsx | 46 ++++++++++++----------- 3 files changed, 36 insertions(+), 32 deletions(-) diff --git a/components/cart/CartItem/CartItem.tsx b/components/cart/CartItem/CartItem.tsx index c9db7f89a..5dc5f9967 100644 --- a/components/cart/CartItem/CartItem.tsx +++ b/components/cart/CartItem/CartItem.tsx @@ -97,15 +97,17 @@ const CartItem = ({ - + diff --git a/components/common/Navbar/Navbar.tsx b/components/common/Navbar/Navbar.tsx index 28b3f8910..ab965445b 100644 --- a/components/common/Navbar/Navbar.tsx +++ b/components/common/Navbar/Navbar.tsx @@ -42,7 +42,7 @@ const Navbar: FC = ({ className }) => {
- +
) diff --git a/components/common/Searchbar/Searchbar.tsx b/components/common/Searchbar/Searchbar.tsx index 53672263f..290873395 100644 --- a/components/common/Searchbar/Searchbar.tsx +++ b/components/common/Searchbar/Searchbar.tsx @@ -22,29 +22,31 @@ const Searchbar: FC = ({ className, id = 'search' }) => { className )} > -