Skip to content

Commit

Permalink
Merge pull request #133 from CBIIT/INS-421/270
Browse files Browse the repository at this point in the history
INS-497/498
  • Loading branch information
n2iw authored Dec 15, 2022
2 parents 326a45d + a9ba572 commit 86c142d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NavBar/CustomizedNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ const NavBar = () => {
<MenuDropDown className="dropdown-block">
<ul className="dropdown-list">
<li><NavLink to="/about" style={path === '/about' ? subMenuActiveStyle : null}>About INS</NavLink></li>
<li><a href="/INS_glossary.pdf" target="_blank" rel="noreferrer">Glossary</a></li>
<li><a href="/Release_v1.1.0.pdf" target="_blank" rel="noreferrer">Release Note</a></li>
<li><a href="/INS_glossary.pdf" target="_blank" rel="noreferrer">Glossary (PDF)</a></li>
<li><a href="/Release_v1.1.0.pdf" target="_blank" rel="noreferrer">Release Notes (PDF)</a></li>
</ul>
</MenuDropDown>
</LiSection>
Expand Down

0 comments on commit 86c142d

Please sign in to comment.