fix: more wire:navigate

This commit is contained in:
peaklabs-dev
2025-01-10 15:20:01 +01:00
parent 26b394195a
commit a1dbcb5f4d
18 changed files with 51 additions and 48 deletions

View File

@@ -3,10 +3,10 @@
<div class="subtitle">Security related settings.</div>
<div class="navbar-main">
<nav class="flex items-center gap-6 scrollbar min-h-10">
<a href="{{ route('security.private-key.index') }}">
<a wire:navigate href="{{ route('security.private-key.index') }}">
<button>Private Keys</button>
</a>
<a href="{{ route('security.api-tokens') }}">
<a wire:navigate href="{{ route('security.api-tokens') }}">
<button>API tokens</button>
</a>
</nav>