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 + {' '} }> - WeVoteUSA.org - 501(c)(4) FEIN 81-1052585),  + WeVoteUSA.org - 501(c)(4) FEIN 81-1052585,  ) : ( <> @@ -91,7 +92,7 @@ export default class FAQBody extends Component { body="WeVoteUSA.org" /> - - 501(c)(4) FEIN 81-1052585),  + - 501(c)(4) FEIN 81-1052585,  )} both based in Oakland, CA. We do not support or oppose any political candidate or party. @@ -101,46 +102,54 @@ export default class FAQBody extends Component { No really, who are you?
- We Vote is a volunteer-driven movement. + We are volunteers from across the country, in over 22 states. See our + {' '} }> - We - rely on volunteers across the country who use - their engineering, design, and other skills to build - We Vote. We are over 100 people who have donated 12,000+ volunteer hours, including + , and join us! We use our engineering, design, marketing, and other skills to build + We Vote. We are over 400 people (60+ active) who have donated 20,000+ volunteer hours, including + {' '} }> - We also have a + We also have + {' '} }> - and volunteer board members. + . +
+
+ + How can I contact We Vote? +
Please feel free to reach out to us with questions via our }> + . + {' '} Our mailing address is:
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 (
@@ -145,31 +146,29 @@ export default class SettingsPersonalSideBar extends Component {
)} - {!isOnPartnerUrl && ( -
-
- - - Notifications - - -
+
+
+ + + Notifications + +
- )} +
- {!isOnPartnerUrl && ( + {alwaysTrue && (/* {!isOnPartnerUrl && ( */
- + )} - {(isSignedIn && !isOnPartnerUrl) && ( + {(isSignedIn && alwaysTrue/* && !isOnPartnerUrl */) && (
- +
- +
- +
- +
- +
- +