Skip to content

Commit

Permalink
style(client): visually divide dataset-specific links from other link…
Browse files Browse the repository at this point in the history
…s in footer
  • Loading branch information
davidlougheed committed Jan 19, 2024
1 parent a603baf commit 33a7e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Footer = ({/*onContact, */onTerms}) => {
<li><Link to={`/datasets/${urlEncodedNode}/about`}>About Dataset</Link></li>
<li><Link to={`/datasets/${urlEncodedNode}/overview`}>Overview</Link></li>
<li><Link to={`/datasets/${urlEncodedNode}/explore`}>Explore</Link></li>
<li>&#65372;</li>
<li><Link to="/about">About EpiVar</Link></li>
<li><a href="#" onClick={onTerms}>Terms of Use</a></li>
</ul>
Expand Down

0 comments on commit 33a7e15

Please sign in to comment.