Body Section pass classes
This commit is contained in:
@ -19,7 +19,7 @@ class BodySection extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Section section="body">
|
<Section section="body" className={this.props.className}>
|
||||||
<div className="c-section--style-body__inner">
|
<div className="c-section--style-body__inner">
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user