diff --git a/browser/cypress/e2e/nav_bar_pages.cy.ts b/browser/cypress/e2e/nav_bar_pages.cy.ts
index 2e2e906cd..156e75d90 100644
--- a/browser/cypress/e2e/nav_bar_pages.cy.ts
+++ b/browser/cypress/e2e/nav_bar_pages.cy.ts
@@ -54,8 +54,8 @@ describe('Home Page', () => {
pageHeader: 'publications from the gnomAD group',
},
{
- pageTitle: 'Feedback',
- pageUrl: '/feedback',
+ pageTitle: 'Contact',
+ pageUrl: '/contact',
pageHeader: 'Tell us how you use gnomAD',
},
{
diff --git a/browser/src/FeebackPage.spec.tsx b/browser/src/ContactPage.spec.tsx
similarity index 60%
rename from browser/src/FeebackPage.spec.tsx
rename to browser/src/ContactPage.spec.tsx
index 1bf8390eb..a6c9dc5ca 100644
--- a/browser/src/FeebackPage.spec.tsx
+++ b/browser/src/ContactPage.spec.tsx
@@ -4,11 +4,11 @@ import 'jest-styled-components'
import React from 'react'
import renderer from 'react-test-renderer'
-import FeedbackPage from './FeedbackPage'
+import ContactPage from './ContactPage'
import { withDummyRouter } from '../../tests/__helpers__/router'
-test('Feedback Page has no unexpected changes', () => {
- const tree = renderer.create(withDummyRouter())
+test('Contact Page has no unexpected changes', () => {
+ const tree = renderer.create(withDummyRouter())
expect(tree).toMatchSnapshot()
})
diff --git a/browser/src/FeedbackPage.tsx b/browser/src/ContactPage.tsx
similarity index 70%
rename from browser/src/FeedbackPage.tsx
rename to browser/src/ContactPage.tsx
index db3ca25af..a47fc0885 100644
--- a/browser/src/FeedbackPage.tsx
+++ b/browser/src/ContactPage.tsx
@@ -7,8 +7,8 @@ import InfoPage from './InfoPage'
export default () => (
-
- Feedback
+
+ Contact
Tell us how you use gnomAD and your wish list by filling out{' '}
@@ -27,9 +27,21 @@ export default () => (
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
GitHub
- {' '}
+
+ .
+
+
+
+ For questions about gnomAD, check out the{' '}
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
- or by email.
+ help page.
+
+
+
+ Note that, for many reasons (including consent and data usage restrictions), we do not have
+ (and cannot share) phenotype information. Overall, we have limited information that we can
+ share for some cohorts, such as last known age in bins of 5 years (when known) and chromosomal
+ sex.
+ Note that, for many reasons (including consent and data usage restrictions), we do not have (and cannot share) phenotype information. Overall, we have limited information that we can share for some cohorts, such as last known age in bins of 5 years (when known) and chromosomal sex.
+