Merge pull request #5399 from zoebentley/dev-page-fix-2

Fixed problem introduced by previous fix
This commit is contained in:
Sarah Otts 2021-05-13 09:50:36 -04:00 committed by GitHub
commit f5c3b87d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,7 +365,7 @@ const Developers = () => (
),
contactUsLink: (
<a href="/contact-us">
Contact Us
<FormattedMessage id="general.contactUs" />
</a>
)
}}