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.
2 parents 59b877f + af35130 commit bc288aaCopy full SHA for bc288aa
1 file changed
src/Presenters/Admin/Tailwind.php
@@ -130,7 +130,7 @@ public function getMultiLevelDropdownWrapper($item)
130
{
131
$id = Str::slug($item->title);
132
133
- return '<li class="group relative pb-2.5">
+ return '<li class="relative pb-2.5">
134
<a class="' . $this->getClass($item) . $this->getActiveState($item) . '" href="#navbar-' . $id . '" aria-controls="navbar-' . $id . '">
135
' . $this->getIcon($item) . '
136
<span class="text-sm ml-2 hover:font-bold">' . $item->title . '</span>
0 commit comments