fix(donate): add a space in donate text

This commit is contained in:
Mrugesh Mohapatra
2019-05-07 21:42:28 +05:30
committed by Valeriy
parent c16014531e
commit 033606ec8d

View File

@ -62,7 +62,7 @@ function Supporters({ isDonating, activeDonations }) {
them to join the community.
</Fragment>
) : (
`Join ${donationsLocale} supporters. Your $5 / month` +
`Join ${donationsLocale} supporters. Your $5 / month ` +
'donation will help keep tech education free and open.'
)}
</p>