Skip to content

Commit

Permalink
fix(accessibility): added navigation and footer id's for skip link
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Feb 13, 2023
1 parent e12e1e5 commit 48354b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Contact from '@eeacms/volto-eea-design-system/ui/Footer/Contact';
const Footer = (props) => {
const { children } = props;
return (
<footer>
<footer id={'footer'}>
<div className="footer-wrapper">
<Container>{children}</Container>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/ui/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ const Main = ({
<div
className="ui text eea-main-menu tablet or lower hidden menu"
ref={desktopMenuRef}
id={'navigation'}
>
{menuItems.map((item) => (
<Menu.Item
Expand Down

0 comments on commit 48354b9

Please sign in to comment.