- fix edit link on notes list
This commit is contained in:
		| @@ -39,7 +39,7 @@ defineProps({ | |||||||
|                     <InertiaLink |                     <InertiaLink | ||||||
|                         as="button" |                         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" |                         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> |                         title="Edytuj notatkę"><FontAwesomeIcon :icon="['fas', 'pen-to-square']" /></InertiaLink> | ||||||
|                     <InertiaLink |                     <InertiaLink | ||||||
|                         as="button" |                         as="button" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user