We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2145e5b commit 894a865Copy full SHA for 894a865
packages/framework/resources/views/layouts/navigation.blade.php
@@ -38,7 +38,7 @@
38
@if($item instanceof \Hyde\Framework\Features\Navigation\NavGroupItem)
39
<x-hyde::navigation.dropdown :label="$item->getLabel()" :items="$item->getItems()"/>
40
@else
41
- @include('hyde::components.navigation.navigation-link')
+ <x-hyde::navigation.link :item="$item"/>
42
@endif
43
</li>
44
@endforeach
0 commit comments