From f4e258cb82e004d969545f37ccc1a6d3d4c4adb4 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Mon, 9 Mar 2015 07:38:34 +0100 Subject: [PATCH] redesigned + and - to be clear --- front-ui/app/components/cart/addToCart.js | 6 +++--- front-ui/app/components/cart/checkoutPage.js | 15 +++++++++++++++ front-ui/app/css/cart.css | 8 ++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/front-ui/app/components/cart/addToCart.js b/front-ui/app/components/cart/addToCart.js index 1180abd..b7d5e8a 100644 --- a/front-ui/app/components/cart/addToCart.js +++ b/front-ui/app/components/cart/addToCart.js @@ -17,9 +17,9 @@ var AddToCart = React.createClass({ var moreThanZeroItems = (
-
-
-
+
+
{ itemCount }
+
); diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js index bd67ed1..9c44ba1 100644 --- a/front-ui/app/components/cart/checkoutPage.js +++ b/front-ui/app/components/cart/checkoutPage.js @@ -39,6 +39,21 @@ var CheckoutPage = React.createClass({