refactor(sidebar): simplify server patching link by removing button element

This commit is contained in:
Andras Bacsai
2025-05-20 10:54:15 +02:00
parent 9c3817ee14
commit 64305b7992

View File

@@ -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>