- prepare messages

This commit is contained in:
2023-08-03 18:32:27 +02:00
parent a7e93681f3
commit 620217e1d5
12 changed files with 190 additions and 18 deletions

View File

@@ -27,9 +27,8 @@ defineProps({
</InertiaLink>
<nav>
<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>
<li><InertiaLink class="text-white active:text-kamilcraft-green hover:text-black hover:underline" href="/dashboard/message">Msg</InertiaLink></li>
</ul>
</nav>
</div>