refactor(sidebar): simplify server patching link by removing button element
This commit is contained in:
parent
9c3817ee14
commit
64305b7992
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="flex flex-col items-start gap-2 min-w-fit">
|
||||
<a class="{{ request()->routeIs('server.security.patches') ? 'menu-item menu-item-active' : 'menu-item' }}"
|
||||
href="{{ route('server.security.patches', $parameters) }}">
|
||||
<button>Server Patching</button>
|
||||
Server Patching
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue