Skip to content

Commit

Permalink
Include dropdown navigation item as Blade component
Browse files Browse the repository at this point in the history
Normalizes with 894a865
  • Loading branch information
caendesilva committed Mar 13, 2024
1 parent 6ba9eaf commit c61eef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@isset($items)
@foreach ($items as $item)
<li class="whitespace-nowrap">
@include('hyde::components.navigation.navigation-link')
<x-hyde::navigation.navigation-link :item="$item"/>
</li>
@endforeach
@else
Expand Down

0 comments on commit c61eef9

Please sign in to comment.