Skip to content

Commit

Permalink
fix(a11y/ContributeBanner): add missing alt
Browse files Browse the repository at this point in the history
  • Loading branch information
josefinalliende committed Dec 20, 2024
1 parent ebd1b84 commit d167205
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions components/contribute-banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
label="Contribute"
>
<template #icon>
<img class="h-5" src="~/assets/icons/github.svg" >
<img
class="h-5"
src="~/assets/icons/github.svg"
alt="GitHub logo">
>
</template>
</base-button>

Expand All @@ -32,7 +36,9 @@
label="Support us"
>
<template #icon>
<span aria-hidden="true">&rarr;</span>
<span aria-hidden="true" aria-label="Right arrow">
&rarr;
</span>
</template>
</base-button>
</div>
Expand Down

0 comments on commit d167205

Please sign in to comment.