feat: add skip-to-content links and aria-labels for accessibility
This commit is contained in:
parent
ee438f5c60
commit
c64933418b
3 changed files with 24 additions and 3 deletions
|
|
@ -60,6 +60,7 @@
|
|||
color="neutral"
|
||||
size="xs"
|
||||
icon="i-lucide-edit"
|
||||
aria-label="Edit update"
|
||||
@click="$emit('edit', update)"
|
||||
/>
|
||||
<UButton
|
||||
|
|
@ -67,6 +68,7 @@
|
|||
color="neutral"
|
||||
size="xs"
|
||||
icon="i-lucide-trash-2"
|
||||
aria-label="Delete update"
|
||||
@click="$emit('delete', update)"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue