- add cv management

This commit is contained in:
2023-07-29 00:34:32 +02:00
parent f32f13604f
commit 1ccc934561
15 changed files with 741 additions and 4 deletions

View File

@@ -26,8 +26,9 @@ defineProps({
>Kamil<span class="logo-green">Craft</span></div>
</InertiaLink>
<nav>
<ul class="flex gap-3 items-center">
<li></li>
<ul class="flex gap-3 items-center font-bold">
<li><InertiaLink class="text-white active:text-kamilcraft-green hover:text-black hover:underline" href="/dashboard">Dashboard</InertiaLink></li>
<li><InertiaLink class="text-white active:text-kamilcraft-green hover:text-black hover:underline" href="/dashboard/cv">CV</InertiaLink></li>
</ul>
</nav>
</div>