Skip to content

Commit 54635ad

Browse files
committed
fix: Accessible name in open collective link
1 parent 92254ec commit 54635ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/project/how-to-contribute.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Your support is very important so that we can devote more time to creating conte
5656
We have separated some rewards for our Open Collective supporters.
5757
<br>
5858
<a href="https://opencollective.com/vue-a11y/donate" target="_blank" rel="noopener" style="background-color: initial; width: 300px;">
59-
<img src="https://opencollective.com/vue-a11y/donate/[email protected]?color=blue" style="box-shadow: none; display: inline;" />
59+
<span class="sr-only">Donate to our collective (opens in a new tab)</span>
60+
<img aria-hidden="true" src="https://opencollective.com/vue-a11y/donate/[email protected]?color=blue" style="box-shadow: none; display: inline;" alt="" />
6061
</a>
6162
</p>
6263

src/pt/projeto/como-contribuir.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Seu suporte é muito importante para que possamos nos dedicar mais tempo à cria
5656
Separamos algumas recompensas para nossos apoiadores do Open Collective.
5757
<br>
5858
<a href="https://opencollective.com/vue-a11y/donate" target="_blank" rel="noopener" style="background-color: initial; width: 300px;">
59-
<img src="https://opencollective.com/vue-a11y/donate/[email protected]?color=blue" style="box-shadow: none; display: inline;" />
59+
<span class="sr-only">Doe para o nosso colletivo (abre em uma nova tab)</span>
60+
<img aria-hidden="true" src="https://opencollective.com/vue-a11y/donate/[email protected]?color=blue" style="box-shadow: none; display: inline;" alt="" />
6061
</a>
6162
</p>
6263

0 commit comments

Comments
 (0)