Skip to content

Commit

Permalink
Merge pull request #228 from vtex-apps/fix/minicart-icon
Browse files Browse the repository at this point in the history
Remove unnecessary 'icon-cart' definition
  • Loading branch information
victorhmp authored Oct 5, 2020
2 parents da0630e + 4268c14 commit 0e7f0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
### Fixed
- `icon-cart` being bigger than it should.

## [3.39.0] - 2020-09-30
### Added
Expand Down
9 changes: 1 addition & 8 deletions store/blocks/minicart.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@

"minicart.v2": {
"props": {
"customPixelEventName": "addToCart",
"MinicartIcon": "icon-cart#minicart-icon"
"customPixelEventName": "addToCart"
},
"children": ["minicart-base-content"]
},

"icon-cart#minicart-icon": {
"props": {
"size": 24
}
}
}

0 comments on commit 0e7f0f9

Please sign in to comment.