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
+ {foundationAddress}