fix(donate): add a space in donate text
This commit is contained in:
committed by
Valeriy
parent
c16014531e
commit
033606ec8d
@ -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>
|
||||
|
Reference in New Issue
Block a user