Fix section headers

This commit is contained in:
Fabio Berger
2018-09-28 10:50:55 +01:00
parent 28f5cd0641
commit 545472a38f

View File

@@ -265,7 +265,7 @@ export class Documentation extends React.Component<DocumentationProps, Documenta
<div key={`section-${sectionName}`} className="py2 pr3 md-pl2 sm-pl3">
<div className="flex pb2">
<div style={{ marginRight: 7 }}>
<SectionHeader sectionName={this.props.docsInfo.typeSectionName} />
<SectionHeader sectionName={sectionName} />
</div>
{this._renderNetworkBadgesIfExists(sectionName)}
</div>