diff --git a/src/components/footer/www/footer.jsx b/src/components/footer/www/footer.jsx index 72f676193..bfded26f8 100644 --- a/src/components/footer/www/footer.jsx +++ b/src/components/footer/www/footer.jsx @@ -169,6 +169,11 @@ const Footer = props => ( +
+ + + +
diff --git a/src/l10n.json b/src/l10n.json index 82ebe2b4b..76f32e4c5 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -17,6 +17,7 @@ "general.contactUs": "Contact Us", "general.getHelp": "Get Help", "general.contact": "Contact", + "general.cookies": "Cookies", "general.done": "Done", "general.downloadPDF": "Download PDF", "general.emailUs": "Email Us", diff --git a/src/routes.json b/src/routes.json index 8120449db..06e47904d 100644 --- a/src/routes.json +++ b/src/routes.json @@ -138,6 +138,13 @@ "title": "Contact Us", "viewportWidth": "device-width" }, + { + "name": "cookies", + "pattern": "^/cookies/?$", + "routeAlias": "/cookies/?", + "view": "cookies/cookies", + "title": "Cookie Policy" + }, { "name": "credits", "pattern": "^/credits/?$", diff --git a/src/views/about/about.jsx b/src/views/about/about.jsx index ac146acec..c5c5d60a6 100644 --- a/src/views/about/about.jsx +++ b/src/views/about/about.jsx @@ -5,10 +5,12 @@ const render = require('../../lib/render.jsx'); const Button = require('../../components/forms/button.jsx'); const Page = require('../../components/page/www/page.jsx'); const Video = require('../../components/video/video.jsx'); +const injectIntl = require('react-intl').injectIntl; require('./about.scss'); -const About = () => ( +const tedLink = chunks => {chunks}; +const About = injectIntl(({intl}) => (

@@ -56,14 +58,22 @@ const About = () => (
  • -