diff --git a/CHANGELOG.md b/CHANGELOG.md index 2701f8d99..48ea0a111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +- Correct info site routes [#1520](https://github.com/open-apparel-registry/open-apparel-registry/pull/1520) + ### Security ## [51] 2021-11-04 diff --git a/src/app/src/components/Contribute.jsx b/src/app/src/components/Contribute.jsx index 14f03c534..456686531 100644 --- a/src/app/src/components/Contribute.jsx +++ b/src/app/src/components/Contribute.jsx @@ -10,7 +10,12 @@ import AppGrid from './AppGrid'; import AppOverflow from './AppOverflow'; import ContributeForm from './ContributeForm'; -import { listsRoute, authLoginFormRoute, InfoLink } from '../util/constants'; +import { + listsRoute, + authLoginFormRoute, + InfoLink, + InfoPaths, +} from '../util/constants'; function ContributeList({ userHasSignedIn, fetchingSessionSignIn }) { if (fetchingSessionSignIn) { @@ -51,7 +56,7 @@ function ContributeList({ userHasSignedIn, fetchingSessionSignIn }) {

@@ -84,7 +89,7 @@ function ContributeList({ userHasSignedIn, fetchingSessionSignIn }) { uploaded, you will receive an email letting you know{' '} diff --git a/src/app/src/components/CookiePreferencesText.jsx b/src/app/src/components/CookiePreferencesText.jsx index b5ba5db3e..ae949b3e9 100644 --- a/src/app/src/components/CookiePreferencesText.jsx +++ b/src/app/src/components/CookiePreferencesText.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { InfoLink } from '../util/constants'; +import { InfoLink, InfoPaths } from '../util/constants'; const CookiePreferencesText = () => (

@@ -7,11 +7,19 @@ const CookiePreferencesText = () => ( performance and usage. By clicking the Accept button, you agree to allow us to place cookies and share information with Google Analytics. For more information, please visit our{' '} - + Terms of Use {' '} and{' '} - + Privacy Policy . diff --git a/src/app/src/components/EmbeddedFooter.jsx b/src/app/src/components/EmbeddedFooter.jsx index e3e9609c9..ffdf1c14a 100644 --- a/src/app/src/components/EmbeddedFooter.jsx +++ b/src/app/src/components/EmbeddedFooter.jsx @@ -1,13 +1,10 @@ import React from 'react'; import logo from '../styles/images/OAR_PoweredBy_white.svg'; +import { InfoLink } from '../util/constants'; const EmbeddedFooter = () => (