From 61710c62aff066ffa6f3d39520862366e349e382 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Tue, 4 Aug 2020 14:55:48 -0700 Subject: [PATCH] fix: add a role & label to title div (fixes missing landmark violation) --- app/layouts/default-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layouts/default-layout.tsx b/app/layouts/default-layout.tsx index c8c2676643..3b2e6e8da8 100644 --- a/app/layouts/default-layout.tsx +++ b/app/layouts/default-layout.tsx @@ -39,7 +39,7 @@ const DefaultLayout: React.FunctionComponent = ({ {SITEWIDE_NOTICE && } {showSubheader && } {title ? ( -
+

{title}

{help && }