diff --git a/src/views/privacypolicy-apps/privacypolicy-apps.jsx b/src/views/privacypolicy-apps/privacypolicy-apps.jsx index ca9ffa5cf..9cbf35678 100644 --- a/src/views/privacypolicy-apps/privacypolicy-apps.jsx +++ b/src/views/privacypolicy-apps/privacypolicy-apps.jsx @@ -1,13 +1,26 @@ const React = require('react'); -const FormattedMessage = require('react-intl').FormattedMessage; const Page = require('../../components/page/www/page.jsx'); const render = require('../../lib/render.jsx'); -const injectIntl = require('react-intl').injectIntl; -const intlShape = require('react-intl').intlShape; +const {FormattedMessage, injectIntl, intlShape} = require('react-intl'); const InformationPage = require('../../components/informationpage/informationpage.jsx'); +const helpEmailLink = ( + + help@scratch.mit.edu + +); + +const foundationAddress = ( +
+ Scratch Foundation
+ ATTN: Privacy Policy
+ 201 South Street
+ Boston, MA, 02111 +
+); + const PrivacyPolicyApps = props => (
@@ -196,11 +209,7 @@ const PrivacyPolicyApps = props => ( - help@scratch.mit.edu - - ) + helpEmail: helpEmailLink }} /> @@ -220,11 +229,7 @@ const PrivacyPolicyApps = props => ( - help@scratch.mit.edu - - ) + helpEmail: helpEmailLink }} />

@@ -284,19 +289,12 @@ const PrivacyPolicyApps = props => ( - help@scratch.mit.edu - - ) + helpEmail: helpEmailLink }} />

- Scratch Foundation
- ATTN: Privacy Policy
- 201 South Street
- Boston, MA, 02111 + {foundationAddress}