diff --git a/browser/src/ContactPage.tsx b/browser/src/ContactPage.tsx index a47fc0885..cd8da3453 100644 --- a/browser/src/ContactPage.tsx +++ b/browser/src/ContactPage.tsx @@ -13,22 +13,29 @@ export default () => (

Tell us how you use gnomAD and your wish list by filling out{' '} {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} - our user survey. + our user survey.

- Report data problems or feature suggestions by{' '} + Use the gnomAD{' '} {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} - email. + + Forum + {' '} + to request help, discuss the data, and ask questions.*

Report errors in the website on{' '} {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} - + GitHub + {' '} + or the{' '} + {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} + + Forum - .

@@ -49,5 +56,14 @@ export default () => ( {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} @gnomad_project.

+ +
+

+ *Alternately, you can{' '} + {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} + email us. Please note + that we prioritize answering issues on Github and topics on the Forum, so if you choose to + email it may take us longer to respond. +

) diff --git a/browser/src/__snapshots__/ContactPage.spec.tsx.snap b/browser/src/__snapshots__/ContactPage.spec.tsx.snap index a99d1f79e..0bd0a7c0f 100644 --- a/browser/src/__snapshots__/ContactPage.spec.tsx.snap +++ b/browser/src/__snapshots__/ContactPage.spec.tsx.snap @@ -104,7 +104,7 @@ exports[`Contact Page has no unexpected changes 1`] = ` @@ -113,30 +113,41 @@ exports[`Contact Page has no unexpected changes 1`] = ` .

- Report data problems or feature suggestions by + Use the gnomAD - email + Forum - . + + to request help, discuss the data, and ask questions.*

Report errors in the website on GitHub - . + + or the + + + Forum +

For questions about gnomAD, check out the @@ -167,5 +178,19 @@ exports[`Contact Page has no unexpected changes 1`] = ` .

+
+

+ *Alternately, you can + + + email us + + . Please note that we prioritize answering issues on Github and topics on the Forum, so if you choose to email it may take us longer to respond. +

`;