File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 114114 < button x-ref ="mobileMenuOpenButton "
115115 x-on:click ="toggleMobileMenu() "
116116 :aria-expanded ="mobileMenuOpen "
117- :aria-controls ="$id('dropdown-button') "
117+ :aria-controls ="id_mobile_menu "
118118 type ="button "
119119 class ="inline-flex items-center justify-center rounded-md bg-white p-2 text-gray-400 hover:bg-gray-100 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500 "
120120 aria-expanded ="false ">
485485 x-transition:leave-start ="opacity-100 scale-100 "
486486 x-transition:leave-end ="opacity-0 scale-95 "
487487 x-on:click.outside ="closeMobileMenu($refs.mobileMenuOpenButton) "
488- : id ="$id('dropdown-button') "
488+ id ="id_mobile_menu "
489489 style ="display: none "
490490 class ="absolute z-20 inset-x-0 top-0 origin-top-right transform p-2 transition md:hidden ">
491491 < div class ="divide-y-2 divide-gray-50 rounded-lg bg-white shadow-lg ring-1 ring-black ring-opacity-5 ">
502502 < button x-ref ="mobileMenuCloseButton "
503503 x-on:click ="toggleMobileMenu() "
504504 :aria-expanded ="mobileMenuOpen "
505- :aria-controls ="$id('dropdown-button') "
505+ :aria-controls ="id_mobile_menu "
506506 type ="button "
507507 class ="inline-flex items-center justify-center rounded-md bg-white p-2 text-gray-400 hover:bg-gray-100 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500 ">
508508 < span class ="sr-only "> Close menu</ span >
You can’t perform that action at this time.
0 commit comments