diff --git a/client/src/components/Supporters.js b/client/src/components/Supporters.js
index b87b5d8242..df38f8357a 100644
--- a/client/src/components/Supporters.js
+++ b/client/src/components/Supporters.js
@@ -24,7 +24,8 @@ function Supporters({ isDonating, activeDonations }) {
freeCodeCamp.org is a tiny non-profit that's helping millions of
people learn to code for free.
- {isDonating
- ? "Thanks for being a supporter! Do you know anyone who's " +
- 'interested in technology? Encourage them to join the ' +
- 'community as well.'
- : `Join ${commaNumber(
- activeDonations
- )} supporters. Your $5 / month donation will help ` +
- 'keep tech education free and open.'}
+
+ {isDonating ? (
+
+
+ Do you know anyone who's interested in technology? Encourage
+ them to join the community as well.
+