fix: Give emoji some ARIA
This commit is contained in:
committed by
mrugesh mohapatra
parent
4e9c48349f
commit
82ed62bcc5
@ -27,8 +27,10 @@ function Supporters({ isDonating, activeDonations }) {
|
|||||||
<FullWidthRow>
|
<FullWidthRow>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<p>
|
<p>
|
||||||
🎉 {donationsLocale} supporters help keep freeCodeCamp.org free to
|
<span aria-label='Tada!' role='img'>
|
||||||
use
|
🎉
|
||||||
|
</span>{' '}
|
||||||
|
{donationsLocale} supporters help keep freeCodeCamp.org free to use
|
||||||
</p>
|
</p>
|
||||||
</FullWidthRow>
|
</FullWidthRow>
|
||||||
) : (
|
) : (
|
||||||
|
Reference in New Issue
Block a user