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}