From 033606ec8d15699deb2860256d19d3241f4c4d43 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 7 May 2019 21:42:28 +0530 Subject: [PATCH] fix(donate): add a space in donate text --- client/src/components/Supporters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Supporters.js b/client/src/components/Supporters.js index e357e9940e..9efc455b70 100644 --- a/client/src/components/Supporters.js +++ b/client/src/components/Supporters.js @@ -62,7 +62,7 @@ function Supporters({ isDonating, activeDonations }) { them to join the community. ) : ( - `Join ${donationsLocale} supporters. Your $5 / month` + + `Join ${donationsLocale} supporters. Your $5 / month ` + 'donation will help keep tech education free and open.' )}