refactor(sidebar): simplify server patching link by removing button element
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div class="flex flex-col items-start gap-2 min-w-fit">
|
<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' }}"
|
<a class="{{ request()->routeIs('server.security.patches') ? 'menu-item menu-item-active' : 'menu-item' }}"
|
||||||
href="{{ route('server.security.patches', $parameters) }}">
|
href="{{ route('server.security.patches', $parameters) }}">
|
||||||
<button>Server Patching</button>
|
Server Patching
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user