Skip to content

Commit

Permalink
Merge pull request #75 from vtex-apps/feature/content-wrapper-header-…
Browse files Browse the repository at this point in the history
…classname

Add a className to the header element
  • Loading branch information
beatrizmaselli authored Jun 26, 2024
2 parents 5a633b8 + 358ff20 commit c0a0188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Add with the namespace to enable page Header customization at my account.

## [1.7.1] - 2023-08-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/components/ContentWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ContentWrapper extends Component {

return (
<section className="vtex-account__page w-100 w-80-m">
<header>
<header className={`${namespace}__header`}>
<div className="db dn-m">
<PageHeader
title={title || intl.formatMessage({ id: titleId })}
Expand Down

0 comments on commit c0a0188

Please sign in to comment.