Skip to content

Commit

Permalink
Merge pull request #72 from allgood/v2.x
Browse files Browse the repository at this point in the history
Make navbar dropdown work with AdminLTE 3 fix #71
  • Loading branch information
tsommie authored Feb 9, 2022
2 parents 8434e77 + 552fad4 commit 074c227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@props(['id' => 'navbarDropdown'])

<li {!! $attributes->merge(['class' => 'nav-item dropdown']) !!}>
<a id="{{ $id }}" href="#" class="nav-link" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<a id="{{ $id }}" href="#" class="nav-link" role="button" data-toggle="dropdown" aria-expanded="false">
{{ $trigger }}
</a>

Expand Down

0 comments on commit 074c227

Please sign in to comment.