Skip to content

Commit

Permalink
fix: remove static mega menu triggers to allow for multiple (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Nov 25, 2024
1 parent 6d5b49b commit 8c387f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/MegaMenu/megaMenu.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- megaMenu.blade.php -->
<div class="{{$class}} u-display--none" js-toggle-item="mega-menu" js-toggle-class="u-display--none" {!! $attribute !!}>
<div class="{{$class}} u-display--none" {!! $attribute !!}>

<nav class="{{$baseClass}}__menu o-container o-container--wide o-grid">

Expand Down

0 comments on commit 8c387f7

Please sign in to comment.