mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Change page headlines to use h1 element. (#40637)
This commit is contained in:
parent
0166246fb8
commit
3b058c9638
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ export const MonitorPageTitleComponent = ({ data }: Props) =>
|
|||
data && data.monitorPageTitle ? (
|
||||
<EuiTitle size="xxs">
|
||||
<EuiTextColor color="subdued">
|
||||
<h4 data-test-subj="monitor-page-title">{data.monitorPageTitle.id}</h4>
|
||||
<h1 data-test-subj="monitor-page-title">{data.monitorPageTitle.id}</h1>
|
||||
</EuiTextColor>
|
||||
</EuiTitle>
|
||||
) : (
|
||||
|
|
|
@ -159,7 +159,7 @@ const Application = (props: UptimeAppProps) => {
|
|||
>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiTitle>
|
||||
<h2>{headingText}</h2>
|
||||
<h1>{headingText}</h1>
|
||||
</EuiTitle>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue