We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3bb33 commit a3ab774Copy full SHA for a3ab774
packages/pf4-component-mapper/demo/index.js
@@ -29,7 +29,7 @@ class App extends React.Component {
29
render() {
30
return (<div style={{ widht: '100%' }}>
31
<div style={{ maxWidth: 800, marginLeft: 'auto', marginRight: 'auto' }}>
32
- <Title size="4xl">Pf4 component mapper</Title>
+ <Title headingLevel="h2" size="4xl">Pf4 component mapper</Title>
33
<Toolbar style={{ marginBottom: 20, marginTop: 20 }}>
34
<ToolbarGroup>
35
<Button onClick={() => this.setState(state => ({ schema: wizardSchema, additionalOptions: { showFormControls: false, wizard: true } }))}>Wizard</Button>
0 commit comments