Skip to content

Commit

Permalink
Merge pull request #420 from CBIIT/dev-1.4.8
Browse files Browse the repository at this point in the history
merge dev to qa 1.4.8
  • Loading branch information
RuoxiZhang08 authored Jun 6, 2024
2 parents 0552625 + e501fb8 commit 40e9b18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed public/User Guide for CCDC v1.4.6.pdf
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/common/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ const NavBar = () => {
<MobileLiSection style={path === "/contribute" || path.startsWith("/about?") ? mobileActiveStyle : null}><NavLink to="/about" onClick={handleMobileMenuClick}>Contribute to the CCDC</NavLink></MobileLiSection>
<MobileLiSection style={path === "/glossary" || path.startsWith("/glossary?") ? mobileActiveStyle : null}><NavLink to="/glossary" onClick={handleMobileMenuClick}>Glossary</NavLink></MobileLiSection>
<MobileLiSection style={path === "/siteupdate" || path.startsWith("/siteupdate?") ? mobileActiveStyle : null}><NavLink to="/siteupdate" onClick={handleMobileMenuClick}>Site Updates</NavLink></MobileLiSection>
<MobileLiSection><a href="/User Guide for CCDC v1.4.7.pdf" target="_blank" rel="noreferrer">User Guide (PDF)</a></MobileLiSection>
<MobileLiSection><a href="/User Guide for CCDC v1.4.8.pdf" target="_blank" rel="noreferrer">User Guide (PDF)</a></MobileLiSection>
</MobileSubUl>
</MobileUlContainer>
<UlContainer id="primary-navigation" className="primary-navigation">
Expand Down Expand Up @@ -470,7 +470,7 @@ const NavBar = () => {
<li><NavLink to="/contribute" style={({ isActive }) => (isActive ? activeStyle : null)}>&nbsp; &nbsp; Contribute to the CCDC &nbsp; &nbsp;</NavLink></li>
<li><NavLink to="/glossary" style={({ isActive }) => (isActive ? activeStyle : null)}>&nbsp; &nbsp; Glossary</NavLink></li>
<li><NavLink to="/siteupdate" style={({ isActive }) => (isActive ? activeStyle : null)}>&nbsp; &nbsp; Site Updates</NavLink></li>
<li><a href="/User Guide for CCDC v1.4.7.pdf" target="_blank" rel="noreferrer">&nbsp; &nbsp; User Guide (PDF)</a></li>
<li><a href="/User Guide for CCDC v1.4.8.pdf" target="_blank" rel="noreferrer">&nbsp; &nbsp; User Guide (PDF)</a></li>
</ul>
</LiSection>
</UlContainer>
Expand Down

0 comments on commit 40e9b18

Please sign in to comment.