From e44e64dab2b27819a4dd067c57ff8bb0242d8bce Mon Sep 17 00:00:00 2001 From: William Lam Date: Thu, 27 Oct 2022 16:24:04 -0400 Subject: [PATCH] Issue 1043: changed
tag to

tag for semantic HTML on the top-most UI buttons for an active page --- app/components/layout/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/layout/index.tsx b/app/components/layout/index.tsx index b04831c4d..783e079f1 100644 --- a/app/components/layout/index.tsx +++ b/app/components/layout/index.tsx @@ -68,7 +68,7 @@ export const Layout = React.memo(function Layout({ setMenuOpen(false)} /> {activeNavItem && ( -
+

{t(`pages.${activeNavItem.name}` as any)} -

+

)} {children}