Skip to content

Commit

Permalink
updated tailwind presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 27, 2021
1 parent 2373934 commit 59b877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presenters/Admin/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getCloseTagWrapper()
public function getMenuWithoutDropdownWrapper($item)
{
return '<li class="group relative pb-2.5">
<a class="' . $this->getClass($item) . $this->getActiveState($item) . '" href="' . $item->getUrl() . '" ' . $item->getAttributes() . '>
<a class="' . $this->getClass($item) . ' ' . $this->getActiveState($item) . '" href="' . $item->getUrl() . '" ' . $item->getAttributes() . '>
' . $this->getIcon($item) . '
<span class="text-sm ml-2 hover:font-bold">' . $item->title . '</span>
<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>
Expand Down

0 comments on commit 59b877f

Please sign in to comment.