Skip to content

Commit

Permalink
Add a className to the header element
Browse files Browse the repository at this point in the history
  • Loading branch information
efremov-av committed Jun 12, 2024
1 parent 5a633b8 commit a2f7564
Showing 1 changed file with 1 addition and 1 deletion.
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 a2f7564

Please sign in to comment.