Skip to content

Commit

Permalink
Update home page variant interpretation paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 1, 2023
1 parent ba0bff5 commit 506a4b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 6 additions & 3 deletions browser/src/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,12 @@ export default () => (
{/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */}
<ListItem>
{/* @ts-expect-error TS(2769) FIXME: No overload matches this call. */}
<ExternalLink href="https://arxiv.org/abs/2107.11458">
<em>Variant interpretation using population databases: lessons from gnomAD.</em> arXiv{' '}
2107.11458 [q-bio.GN] (2021).
<ExternalLink href="https://onlinelibrary.wiley.com/doi/10.1002/humu.24309">
<em>
Gudmundsson et al. Variant interpretation using population databases: Lessons from
gnomAD.
</em>{' '}
Hum Mutat. 2022 Aug;43(8):1012-1030.
</ExternalLink>
</ListItem>
{/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */}
Expand Down
7 changes: 3 additions & 4 deletions browser/src/__snapshots__/HomePage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -469,16 +469,15 @@ exports[`Home Page has no unexpected changes 1`] = `
>
<a
className="c9"
href="https://arxiv.org/abs/2107.11458"
href="https://onlinelibrary.wiley.com/doi/10.1002/humu.24309"
rel="noopener noreferrer"
target="_blank"
>
<em>
Variant interpretation using population databases: lessons from gnomAD.
Gudmundsson et al. Variant interpretation using population databases: Lessons from gnomAD.
</em>
arXiv
2107.11458 [q-bio.GN] (2021).
Hum Mutat. 2022 Aug;43(8):1012-1030.
</a>
</li>
<li
Expand Down

0 comments on commit 506a4b2

Please sign in to comment.