- fix edit link on notes list

This commit is contained in:
2023-08-07 01:45:53 +02:00
parent 7c2f888702
commit 45fbdd2759

View File

@@ -39,7 +39,7 @@ defineProps({
<InertiaLink
as="button"
class="px-2 py-1 text-lime-600 hover:text-lime-800 border-t-2 border-b-2 border-transparent hover:border-b-lime-600"
:href="`/dashboard/note/${note.id}`"
:href="`/dashboard/note/${note.id}/edit`"
title="Edytuj notatkę"><FontAwesomeIcon :icon="['fas', 'pen-to-square']" /></InertiaLink>
<InertiaLink
as="button"