Skip to content

Commit c61eef9

Browse files
committed
Include dropdown navigation item as Blade component
Normalizes with 894a865
1 parent 6ba9eaf commit c61eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/resources/views/components/navigation/dropdown.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@isset($items)
1010
@foreach ($items as $item)
1111
<li class="whitespace-nowrap">
12-
@include('hyde::components.navigation.navigation-link')
12+
<x-hyde::navigation.navigation-link :item="$item"/>
1313
</li>
1414
@endforeach
1515
@else

0 commit comments

Comments
 (0)