File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function getCloseTagWrapper()
3535 public function getMenuWithoutDropdownWrapper ($ item )
3636 {
3737 return '<li class="group relative pb-2.5">
38- <a class=" ' . $ this ->getClass ($ item ) . $ this ->getActiveState ($ item ) . '" href=" ' . $ item ->getUrl () . '" ' . $ item ->getAttributes () . '>
38+ <a class=" ' . $ this ->getClass ($ item ) . ' ' . $ this ->getActiveState ($ item ) . '" href=" ' . $ item ->getUrl () . '" ' . $ item ->getAttributes () . '>
3939 ' . $ this ->getIcon ($ item ) . '
4040 <span class="text-sm ml-2 hover:font-bold"> ' . $ item ->title . '</span>
4141 <span class="bg-secondary absolute h-5 -right-5 rounded-tl-lg rounded-bl-lg opacity-0 group-hover:opacity-100 transition-all" style="width: 5px;"></span>
You can’t perform that action at this time.
0 commit comments