fix: Update Donators copy

This commit is contained in:
Bouncey
2018-11-29 16:10:03 +00:00
committed by mrugesh mohapatra
parent 8fab33ba99
commit 0975b87a63

View File

@ -33,7 +33,9 @@ function Supporters({ isDonating, activeDonations }) {
freeCodeCamp.org is a tiny non-profit that's helping millions of freeCodeCamp.org is a tiny non-profit that's helping millions of
people learn to code for free. <br /> people learn to code for free. <br />
{isDonating {isDonating
? 'Thank you for supporting freeCodeCamp.org' ? "Thanks for being a supporter! Do you know anyone who's " +
'interested in technology? Encourage them to join the ' +
'community as well.'
: 'Join 4,000 supporters. Your $5 / month donation will help ' + : 'Join 4,000 supporters. Your $5 / month donation will help ' +
'keep tech education free and open.'} 'keep tech education free and open.'}
</p> </p>