diff --git a/src/js/common/components/FAQBody.jsx b/src/js/common/components/FAQBody.jsx
index 3d1ec3587..01ccbfb1e 100644
--- a/src/js/common/components/FAQBody.jsx
+++ b/src/js/common/components/FAQBody.jsx
@@ -66,7 +66,8 @@ export default class FAQBody extends Component {
Who's behind We Vote?
- We Vote is a collaboration between two nonprofits (
+ We Vote is a collaboration between two nonprofits
+ {' '}
- We Vote is a volunteer-driven movement.
+ We are volunteers from across the country, in over 22 states. See our
+ {' '}
+
+
+ How can I contact We Vote?
+
Please feel free to reach out to us with questions via our
We Vote
@@ -230,9 +239,9 @@ export default class FAQBody extends Component {
<>
If you like We Vote,
{' '}
- please donate
+ please donate monthly
{' '}
- so we can do more to help voters.
+ so we can help more voters.
>
)}
@@ -286,9 +295,14 @@ export default class FAQBody extends Component {
url="https://wevote.applytojob.com/apply"
target="_blank"
className="open-web-site open-web-site__no-right-padding"
- body="sign up to volunteer with We Vote."
+ body="sign up to volunteer"
/>
+ {' '}
+ and
+ {' '}
+ donate $5 monthly
+ .
Let's get started!
diff --git a/src/js/components/Navigation/SettingsPersonalSideBar.jsx b/src/js/components/Navigation/SettingsPersonalSideBar.jsx
index ad21aef76..9c1d871a3 100644
--- a/src/js/components/Navigation/SettingsPersonalSideBar.jsx
+++ b/src/js/components/Navigation/SettingsPersonalSideBar.jsx
@@ -85,6 +85,7 @@ export default class SettingsPersonalSideBar extends Component {
const { isOnPartnerUrl, isSignedIn, isOrganization, showPremiumFeatures, voterIsAdminForThisUrl } = this.state;
const showSettingsInDevelopment = false; // If developing any of the new settings, change this to true
const isOnPartnerUrlAndNotAdmin = isOnPartnerUrl && !voterIsAdminForThisUrl;
+ const alwaysTrue = true; // A temp fix for https://wevoteusa.atlassian.net/browse/WV-168
return (