Skip to content

Commit 9d7c1cb

Browse files
committed
Merge in the extra attributes
1 parent 9f79867 commit 9d7c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/resources/views/components/navigation/navigation-link.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'navigation-link-active border-l-4 border-indigo-500 md:border-none font-medium -ml-6 pl-5 md:ml-0 md:pl-0 bg-gray-100 dark:bg-gray-800 md:bg-transparent dark:md:bg-transparent' => $item->isActive()
44
])->merge([
55
'aria-current' => $item->isActive() ? 'page' : false,
6-
]) }}>{{ $item->getLabel() }}</a>
6+
])->merge($item->getExtraAttributes()) }}>{{ $item->getLabel() }}</a>

0 commit comments

Comments
 (0)