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. */}
-
- Report data problems or feature suggestions by{' '}
+ Use the gnomAD{' '}
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
-
Report errors in the website on{' '}
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
-
@@ -49,5 +56,14 @@ export default () => (
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
+ *Alternately, you can{' '}
+ {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
+
- 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. +
`;