Skip to content

Commit 5874512

Browse files
committed
Headings should not skip sizes
1 parent 40705e2 commit 5874512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/Namespaces/YamlUpload/YamlResourcesList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function YamlResourcesList({ resourcesData }) {
102102
<span style={{ fontWeight: 'bold' }}></span>
103103
</Trans>
104104
</p>
105-
<Title level="H4" size="H4" className="sap-margin-top-small">
105+
<Title level="H2" size="H4" className="sap-margin-top-small">
106106
{t('upload-yaml.uploaded-resources')}
107107
</Title>
108108
<SeparatorLine style={{ margin: '0rem -1rem' }} />

0 commit comments

Comments
 (0)