Skip to content

Commit

Permalink
Merge branch 'master' into patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored Jan 17, 2020
2 parents 168faa9 + 044145c commit 600a231
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/UIShell/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Header = ({ className: customClassName, children, ...rest }) => {
const className = cx(`${prefix}--header`, customClassName);

return (
<header {...rest} className={className} role="banner">
<header {...rest} className={className}>
{children}
</header>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ exports[`Header should render 1`] = `
<header
aria-label="label"
className="bx--header custom-class"
role="banner"
/>
</Header>
`;

0 comments on commit 600a231

Please sign in to comment.