From 3b058c9638d38238762851e4835e324427c61f34 Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Thu, 11 Jul 2019 17:55:44 -0400 Subject: [PATCH] Change page headlines to use h1 element. (#40637) --- .../uptime/public/components/functional/monitor_page_title.tsx | 2 +- x-pack/legacy/plugins/uptime/public/uptime_app.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_page_title.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/monitor_page_title.tsx index 5571ff11e44ca..9e30a3adbd776 100644 --- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_page_title.tsx +++ b/x-pack/legacy/plugins/uptime/public/components/functional/monitor_page_title.tsx @@ -25,7 +25,7 @@ export const MonitorPageTitleComponent = ({ data }: Props) => data && data.monitorPageTitle ? ( -

{data.monitorPageTitle.id}

+

{data.monitorPageTitle.id}

) : ( diff --git a/x-pack/legacy/plugins/uptime/public/uptime_app.tsx b/x-pack/legacy/plugins/uptime/public/uptime_app.tsx index 2bd2d5666f088..4a13538e731fd 100644 --- a/x-pack/legacy/plugins/uptime/public/uptime_app.tsx +++ b/x-pack/legacy/plugins/uptime/public/uptime_app.tsx @@ -159,7 +159,7 @@ const Application = (props: UptimeAppProps) => { > -

{headingText}

+

{headingText}