Skip to content

Commit

Permalink
fix(browser): add space in v4 downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Apr 19, 2024
1 parent 2180078 commit baff29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const GnomadV4Downloads = () => {
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
<ExternalLink href="https://gnomad.broadinstitute.org/news/2023-11-gnomad-v4-0">
gnomAD v4.0.0 blog post
</ExternalLink>
</ExternalLink>{' '}
and the{' '}
{/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
<ExternalLink href="https://gnomad.broadinstitute.org/news/2024-04-gnomad-v4-1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ exports[`Downloads Page has no unexpected changes 1`] = `
>
gnomAD v4.0.0 blog post
</a>

and the

<a
Expand Down

0 comments on commit baff29c

Please sign in to comment.