fix: add navbar for source + keys

This commit is contained in:
Andras Bacsai
2023-09-04 09:44:44 +02:00
parent 517cb77637
commit 3e3024d47e
15 changed files with 72 additions and 30 deletions

View File

@@ -0,0 +1,9 @@
<x-layout>
<x-security.navbar />
<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>
</a>
</x-layout>