Skip to content

Commit

Permalink
[FIX] second breadcrumb item not opening nav
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillbolliger committed Nov 22, 2023
1 parent c5b8a59 commit dfe159e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import BaseView from 'base-view';

const FIRST_LINK_SELECTOR = 'div > span > span > a';
const FIRST_LINK_SELECTOR = 'div > span:nth-of-type(2) > a';
const MENU_SELECTOR = '.o-header__display';
const ITEM_SELECTOR = '.m-menu__nav-link--';
const HAMBURGER_SELECTOR = '.a-hamburger';
Expand Down

0 comments on commit dfe159e

Please sign in to comment.