Skip to content

Commit

Permalink
Stats page edits from thread
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Oct 30, 2023
1 parent 7b70513 commit 975d9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/src/StatsPage/StatsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ const StatsPage = () => {
<h2>gnomAD v4 includes 807,162 individuals</h2>
<ul>
<li>
730,947 <span style={{ color: gnomadGreen }}>genomes</span>
730,947 <span style={{ color: gnomadBlue }}>exomes</span>
</li>
<li>
76,215 <span style={{ color: gnomadBlue }}>exomes</span>
76,215 <span style={{ color: gnomadGreen }}>genomes</span>
</li>
</ul>
<h2>v4 variants</h2>
Expand Down

0 comments on commit 975d9b3

Please sign in to comment.