Skip to content

Commit

Permalink
Match downloads navbar link to the current browser (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahl authored Nov 26, 2024
1 parent 3317fd6 commit 626790d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const Header = ({ siteTitle }) => {
</Link>
</li>
<li className="nav-item">
<a className="nav-link" href="https://gnomad.broadinstitute.org/downloads">
Downloads
<a className="nav-link" href="https://gnomad.broadinstitute.org/data">
Data
</a>
</li>
<li className="nav-item">
Expand Down

0 comments on commit 626790d

Please sign in to comment.