Skip to content

Commit

Permalink
Use proper header nesting. (#136559)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic authored Jul 20, 2022
1 parent f8bc451 commit 26cb379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 26cb379

Please sign in to comment.