mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
9 lines
261 B
PHP
9 lines
261 B
PHP
<x-layout>
|
|
<x-security.navbar />
|
|
<a class="text-center hover:no-underline group" href="{{ route('security.private-key.index') }}">
|
|
<div class="group-hover:dark:text-white">
|
|
<div>Private Keys</div>
|
|
</div>
|
|
</a>
|
|
</x-layout>
|