diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 715df89b6f..068d225de2 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -80,6 +80,7 @@ class SiteFooter extends React.Component { {this.renderLinkIfExists(process.env.PRIVACY_POLICY_URL, 'Privacy Policy')} {this.renderLinkIfExists(process.env.HONOR_CODE_URL, 'Honor Code')} {this.renderLinkIfExists(process.env.Contact, 'Contact')} + {this.renderLinkIfExists(process.env.ACCESSIBILITY_URL, 'Accessibility')} {this.renderLinkIfExists(process.env.SUPPORT_CENTER_URL, process.env.SUPPORT_CENTER_TEXT || 'FAQ & Help')} diff --git a/src/components/__snapshots__/Footer.test.jsx.snap b/src/components/__snapshots__/Footer.test.jsx.snap index 5ddf8f9a26..93c0bc5077 100644 --- a/src/components/__snapshots__/Footer.test.jsx.snap +++ b/src/components/__snapshots__/Footer.test.jsx.snap @@ -63,6 +63,13 @@ exports[`