use h3 for other info panel

This commit is contained in:
Jason Ibrahim 2019-03-21 14:52:09 -07:00 committed by Jason Ibrahim
parent f846297da5
commit 12249c78dd

View File

@ -13,9 +13,9 @@ export class ContentPanel extends React.Component<ContentPanelProps> {
<>
<Row>
<MiddlePanel>
<h1>
<h3>
{this.props.content}
</h1>
</h3>
</MiddlePanel>
</Row>
</>