From aef8347df33f41db0b49fd3a94b664af28fe0056 Mon Sep 17 00:00:00 2001 From: Nedim Uka Date: Mon, 5 Nov 2018 13:37:47 +0100 Subject: [PATCH 1/2] Display * instead of cart count --- frontend/src/containers/cart/components/CartIcon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/containers/cart/components/CartIcon.jsx b/frontend/src/containers/cart/components/CartIcon.jsx index 85b8266..c98b4a6 100644 --- a/frontend/src/containers/cart/components/CartIcon.jsx +++ b/frontend/src/containers/cart/components/CartIcon.jsx @@ -7,7 +7,7 @@ class CartIcon extends Component { return ( - {cartCount} + {cartCount >= 1 && ' * ' } ); } -- 2.47.3 From f5e9aa7495cd11e608b97e21668bf9ae4f520c3f Mon Sep 17 00:00:00 2001 From: Nedim Uka Date: Mon, 5 Nov 2018 13:55:10 +0100 Subject: [PATCH 2/2] Renamed Co-Market to Wiaas Market on frontend --- frontend/public/index.html | 2 +- frontend/src/actions/login/authActions.js | 2 +- frontend/src/constants/cartConstants.js | 8 ++++---- frontend/src/constants/coMarketConstants.js | 6 +++--- frontend/src/constants/dashboardConstants.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index aada46b..e855494 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -9,7 +9,7 @@ - Co-Market + Wiaas Market