Skip to content

Commit 59b877f

Browse files
committed
updated tailwind presenter
1 parent 2373934 commit 59b877f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presenters/Admin/Tailwind.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)