fix: Give emoji some ARIA

This commit is contained in:
Bouncey
2018-12-04 13:49:08 +00:00
committed by mrugesh mohapatra
parent 4e9c48349f
commit 82ed62bcc5

View File

@ -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>
) : ( ) : (