mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
make prettier adjustments to things the pf v4 codemod tool broke
This commit is contained in:
@@ -15,7 +15,9 @@ class NotificationTemplates extends Component {
|
||||
return (
|
||||
<Fragment>
|
||||
<PageSection variant={light} className="pf-m-condensed">
|
||||
<Title size="2xl" headingLevel="h2">{i18n._(t`Notification Templates`)}</Title>
|
||||
<Title size="2xl" headingLevel="h2">
|
||||
{i18n._(t`Notification Templates`)}
|
||||
</Title>
|
||||
</PageSection>
|
||||
<PageSection />
|
||||
</Fragment>
|
||||
|
||||
Reference in New Issue
Block a user