Skip to content

Commit a3ab774

Browse files
rvsiaHyperkid123
authored andcommitted
Fix title in demo page
1 parent af3bb33 commit a3ab774

File tree

1 file changed

+1
-1
lines changed
  • packages/pf4-component-mapper/demo

1 file changed

+1
-1
lines changed

packages/pf4-component-mapper/demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class App extends React.Component {
2929
render() {
3030
return (<div style={{ widht: '100%' }}>
3131
<div style={{ maxWidth: 800, marginLeft: 'auto', marginRight: 'auto' }}>
32-
<Title size="4xl">Pf4 component mapper</Title>
32+
<Title headingLevel="h2" size="4xl">Pf4 component mapper</Title>
3333
<Toolbar style={{ marginBottom: 20, marginTop: 20 }}>
3434
<ToolbarGroup>
3535
<Button onClick={() => this.setState(state => ({ schema: wizardSchema, additionalOptions: { showFormControls: false, wizard: true } }))}>Wizard</Button>

0 commit comments

Comments
 (0)