This repository was archived by the owner on Mar 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ exports[`The NavigationDesktop component should render 1`] = `
99 >
1010 <nav
1111 className = " navigation__container"
12- role = " navigation"
1312 >
1413 <ul
1514 className = " navigation__nav-list"
@@ -45,7 +44,6 @@ exports[`The NavigationDesktop component should render navigation label 1`] = `
4544 >
4645 <nav
4746 className = " navigation__container"
48- role = " navigation"
4947 >
5048 <ul
5149 className = " navigation__nav-list"
@@ -90,7 +88,6 @@ exports[`The NavigationDesktop component should render sub navigation 1`] = `
9088 >
9189 <nav
9290 className = " navigation__container"
93- role = " navigation"
9491 >
9592 <ul
9693 className = " navigation__nav-list"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const NavigationDesktop: React.StatelessComponent<NavigationDesktopProps>
2020 < div className = "navigation__desktop show-sm layout layout--gutter-none layout--align-middle" >
2121 { visibleNavLinks . length > 0 && (
2222 < div className = "layout__item u-fit-sm" >
23- < nav className = "navigation__container" role = "navigation" >
23+ < nav className = "navigation__container" >
2424 < ul className = "navigation__nav-list" >
2525 { visibleNavLinks . map ( navLink => (
2626 < li key = { navLink . path } >
You can’t perform that action at this time.
0 commit comments