We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e719313 commit c5cd4bbCopy full SHA for c5cd4bb
1 file changed
static/js/base/navigation/globalNav.ts
@@ -5,7 +5,7 @@ export function patchAllCanonicalMobileMarkup() {
5
);
6
7
topMobileSections?.forEach((section: Element) => {
8
- const sectionLink = section.querySelector("a.p-navigation__link");
+ const sectionLink = section.querySelector("button.p-navigation__link");
9
const sectionHref = sectionLink?.getAttribute("href");
10
11
const sectionLinksList = section.querySelector("ul");
0 commit comments