Skip to content

Commit

Permalink
fix: add a11y statement link
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Dec 7, 2023
1 parent 23ae6ed commit a1bc729
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared-helpers/src/locales/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,10 @@
"errors.streetError": "Please enter an address",
"errors.timeError": "Please enter a valid time",
"errors.zipCodeError": "Please enter a zipcode",
"footer.bahfaCopyright": "Copyright © 2023 Bay Area Housing Finance Authority. All rights reserved.",
"filter.goToDahlia": "For San Francisco listings, go to ",
"filter.goToDahliaLink": "DAHLIA",
"footer.accessibilityStatement": "Accessibility Statement",
"footer.bahfaCopyright": "Copyright © 2023 Bay Area Housing Finance Authority. All rights reserved.",
"footer.bahfaLogo": "Bay Area Housing Finance Authority Logo",
"footer.contact": "Contact",
"footer.copyright": "Demonstration Jurisdiction © 2021 • All Rights Reserved",
Expand Down
6 changes: 6 additions & 0 deletions sites/public/src/lib/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,12 @@ export const getSiteFooter = () => {
>
{t("pageTitle.languageAssistance")}
</a>
<a
href="https://mtc.ca.gov/doorway-housing-portal-accessibility-statement"
target="_blank"
>
{t("footer.accessibilityStatement")}
</a>
</FooterNav>
<a href="https://twitter.com/mtcbata" target="_blank">
<img
Expand Down

0 comments on commit a1bc729

Please sign in to comment.