From c6faabcc753b2a0f87b588665d523e1bd6d5a0f1 Mon Sep 17 00:00:00 2001 From: Claudivan Filho Date: Thu, 23 Aug 2018 16:26:44 -0300 Subject: [PATCH] Add CSS class to `MiniCart` label --- CHANGELOG.md | 2 ++ react/MiniCart.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0583e4..544686ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Add CSS class to `MiniCart` label. ## [1.0.2] - 2018-08-20 ### Fixed diff --git a/react/MiniCart.js b/react/MiniCart.js index 51e9e9fd..b21fccdd 100644 --- a/react/MiniCart.js +++ b/react/MiniCart.js @@ -103,7 +103,7 @@ export class MiniCart extends Component { {quantity} )} {iconLabel && ( - 0 ? '6' : '4'} `}> + 0 ? '6' : '4'} `}> {iconLabel} )}