Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from teamleadercrm/fix/section-semantics
Browse files Browse the repository at this point in the history
Render a semantically more correct section element
  • Loading branch information
Sambego authored Oct 9, 2017
2 parents b0765c5 + dbd6c47 commit 71d37ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/section/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class Section extends PureComponent {
const rest = omit(others, ['dark']);

return (
<div data-teamleader-ui="section" className={classes} {...rest}>
<section data-teamleader-ui="section" className={classes} {...rest}>
{children}
</div>
</section>
);
}
}
Expand Down

0 comments on commit 71d37ac

Please sign in to comment.