wip: migrate to livewire 3
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<x-layout>
|
||||
<x-security.navbar />
|
||||
<a class="text-center hover:no-underline group"
|
||||
href="{{ route('security.private-key.index')}}">
|
||||
<a class="text-center hover:no-underline group" href="{{ route('security.private-key.index') }}">
|
||||
<div class="group-hover:text-white">
|
||||
<div>Private Keys</div>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<x-security.navbar />
|
||||
<div class="flex gap-2">
|
||||
<h2 class="pb-4">Private Keys</h2>
|
||||
<a href="{{ route('security.private-key.new') }}"><x-forms.button>+ Add</x-forms.button></a>
|
||||
<a href="{{ route('security.private-key.new') }}"><x-forms.button>+ Add</x-forms.button></a>
|
||||
</div>
|
||||
<div class="grid gap-2 lg:grid-cols-2">
|
||||
@forelse ($privateKeys as $key)
|
||||
|
||||
Reference in New Issue
Block a user