Fix section headers
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user