mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Use proper header nesting. (#136559)
This commit is contained in:
parent
f8bc451984
commit
26cb379a3b
2 changed files with 4 additions and 4 deletions
|
@ -220,12 +220,12 @@ export const PingHistogramComponent: React.FC<PingHistogramComponentProps> = ({
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiTitle size="s">
|
||||
<h3>
|
||||
<h2>
|
||||
<FormattedMessage
|
||||
id="xpack.synthetics.snapshot.pingsOverTimeTitle"
|
||||
defaultMessage="Pings over time"
|
||||
/>
|
||||
</h3>
|
||||
</h2>
|
||||
</EuiTitle>
|
||||
</EuiFlexItem>
|
||||
{showAnalyzeButton && (
|
||||
|
|
|
@ -20,12 +20,12 @@ export const MonitorListHeader: React.FC = () => {
|
|||
<FlexGroupContainer alignItems="center">
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiTitle size="xs">
|
||||
<h5>
|
||||
<h2>
|
||||
<FormattedMessage
|
||||
id="xpack.synthetics.monitorList.monitoringStatusTitle"
|
||||
defaultMessage="Monitors"
|
||||
/>
|
||||
</h5>
|
||||
</h2>
|
||||
</EuiTitle>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue