diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 993f5e719..f3eb7d8d2 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -64,6 +64,8 @@ type Props = { activeChannelStakedLevel: number, }; +// Allow screen reader users ( or keyboard navigation ) +// to jump to main content const SkipNavigationButton = () => { const skipNavigation = (e) => { // Match any focusable element @@ -252,6 +254,7 @@ const Header = (props: Props) => { ) : ( <>
+ {!authHeader && (