Skip to content

Commit

Permalink
Merge 7f0756c into 9610263
Browse files Browse the repository at this point in the history
  • Loading branch information
rerissondaniel committed May 9, 2019
2 parents 9610263 + 7f0756c commit d004207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix reference to `VTEX` logo reference and `Diner's club` image name.

## [2.11.4] - 2019-05-08
###
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions react/legacy/FooterVtexLogo.js
Expand Up @@ -53,8 +53,8 @@ FooterVtexLogo.propTypes = {
}

const getImagePathFromProps = ({ runtime, showInColor }) =>
`${Functions.isGoCommerceAcc(runtime.account) ? 'GoCommerce' : 'VTEX'}${
showInColor ? '' : '-BW'
`${Functions.isGoCommerceAcc(runtime.account) ? 'gocommerce' : 'vtex'}${
showInColor ? '' : '-bw'
}.svg`

export default withRuntimeContext(
Expand Down

0 comments on commit d004207

Please sign in to comment.