Skip to content

Commit

Permalink
Bring back chevron on menu category (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipxyc authored Oct 14, 2022
1 parent 4d8f0ab commit df557fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/grouped.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
data-bs-target="#category-{{ $menuCategoryAlias }}-collapse"
aria-expanded="false"
aria-controls="category-{{ $menuCategoryAlias }}-heading"
>{{ $menuCategory->name }}<span class="collapse-toggle text-muted pull-right"></span></h4>
>{{ $menuCategory->name }}<i class="fa fa-chevron-down pull-right"></i></h4>
</div>
<div
id="category-{{ $menuCategoryAlias }}-collapse"
Expand Down

0 comments on commit df557fa

Please sign in to comment.