Skip to content

Add external links to the blog post, change log and ExpansionHunter catalog #1728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions browser/src/ShortTandemRepeatPage/ShortTandemRepeatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,23 @@
Data download
</ExternalLink>
</ListItem>
{/* @ts-expect-error */}
<ListItem>
{/* @ts-expect-error */}
<ExternalLink href="https://gnomad.broadinstitute.org/news/2022-01-the-addition-of-short-tandem-repeat-calls-to-gnomad/">
Blog post
</ExternalLink> and
<ExternalLink href="https://gnomad.broadinstitute.org/news/2025-03-known-disease-associated-tandem-repeat-pages/">

Check failure on line 333 in browser/src/ShortTandemRepeatPage/ShortTandemRepeatPage.tsx

View workflow job for this annotation

GitHub Actions / Checks

'ExternalLink' cannot be used as a JSX component.
change log (March 2025)
</ExternalLink>
</ListItem>
{/* @ts-expect-error */}
<ListItem>
{/* @ts-expect-error */}
<ExternalLink href="https://github.com/broadinstitute/str-analysis/blob/62569a4/str_analysis/variant_catalogs/variant_catalog_without_offtargets.GRCh38.json">
ExpansionHunter catalog
</ExternalLink>
</ListItem>
</List>
</p>
</ResponsiveSection>
Expand Down
Loading