This commit is contained in:
2023-08-03 12:26:42 +02:00
parent 9d7da548e3
commit a7e93681f3
4 changed files with 59 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ defineProps({
<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>
<li><InertiaLink class="text-white active:text-kamilcraft-green hover:text-black hover:underline" href="/dashboard/message">Wiadomości</InertiaLink></li>
</ul>
</nav>
</div>