Skip to content

Commit c45ffb6

Browse files
authored
Merge pull request #274 from CBIIT/dev-1.3.2
Merge from Dev 1.3.2
2 parents 5251ddf + b1083c6 commit c45ffb6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

public/User Guide for CCDC v1.3.1.pdf

-1.75 MB
Binary file not shown.

public/User Guide for CCDC v1.3.2.pdf

2.06 MB
Binary file not shown.

src/components/common/NavBar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ const NavBar = () => {
415415
<MobileLiSection style={path === "/about" || path.startsWith("/about?") ? mobileActiveStyle : null}><NavLink to="/about" onClick={handleMobileMenuClick}>About CCDI Data Catalog</NavLink></MobileLiSection>
416416
<MobileLiSection style={path === "/glossary" || path.startsWith("/glossary?") ? mobileActiveStyle : null}><NavLink to="/glossary" onClick={handleMobileMenuClick}>Glossary</NavLink></MobileLiSection>
417417
<MobileLiSection style={path === "/siteupdate" || path.startsWith("/siteupdate?") ? mobileActiveStyle : null}><NavLink to="/siteupdate" onClick={handleMobileMenuClick}>Site Updates</NavLink></MobileLiSection>
418-
<MobileLiSection><a href="/User Guide for CCDC v1.3.1.pdf">User Guide (PDF)</a></MobileLiSection>
418+
<MobileLiSection><a href="/User Guide for CCDC v1.3.2.pdf">User Guide (PDF)</a></MobileLiSection>
419419
</MobileSubUl>
420420
</MobileUlContainer>
421421
<UlContainer id="primary-navigation" className="primary-navigation">
@@ -432,7 +432,7 @@ const NavBar = () => {
432432
<li><NavLink to="/about" style={({ isActive }) => (isActive ? activeStyle : null)}>&nbsp; &nbsp; About CCDI Data Catalog</NavLink></li>
433433
<li><NavLink to="/glossary" style={({ isActive }) => (isActive ? activeStyle : null)}>&nbsp; &nbsp; Glossary</NavLink></li>
434434
<li><NavLink to="/siteupdate" style={({ isActive }) => (isActive ? activeStyle : null)}>&nbsp; &nbsp; Site Updates</NavLink></li>
435-
<li><a href="/User Guide for CCDC v1.3.1.pdf" target="_blank" rel="noreferrer">&nbsp; &nbsp; User Guide (PDF)</a></li>
435+
<li><a href="/User Guide for CCDC v1.3.2.pdf" target="_blank" rel="noreferrer">&nbsp; &nbsp; User Guide (PDF)</a></li>
436436
</ul>
437437
</LiSection>
438438
</UlContainer>

0 commit comments

Comments
 (0)