Skip to content

Commit

Permalink
Add aria label to invisible button
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Nov 24, 2023
1 parent ce0d740 commit c48247e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routing/pages/recipes/components/RecipeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
group-hover:opacity-100
focus:opacity-100 focus:outline-none focus:bg-opacity-20
"
:aria-label="form.imageUrl ? $t('recipes.image_edit') : $t('recipes.image_set')"
@click="editImage"
>
<div class="m-edge max-w-full h-24 w-[calc(20rem+65ch)] justify-end items-start hidden md:flex">
Expand Down

0 comments on commit c48247e

Please sign in to comment.