Skip to content

Commit 5ce2eef

Browse files
authored
Merge pull request #283 from CBIIT/dev-1.3.3
Merge from Dev 1.3.3
2 parents dd05c70 + 64458ed commit 5ce2eef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2.pdf">User Guide (PDF)</a></MobileLiSection>
418+
<MobileLiSection><a href="/User Guide for CCDC v1.3.3.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.2.pdf" target="_blank" rel="noreferrer">&nbsp; &nbsp; User Guide (PDF)</a></li>
435+
<li><a href="/User Guide for CCDC v1.3.3.pdf" target="_blank" rel="noreferrer">&nbsp; &nbsp; User Guide (PDF)</a></li>
436436
</ul>
437437
</LiSection>
438438
</UlContainer>

src/pages/datasetDetailPage/DatasetDetail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ const DatasetDetail = ({
11131113
}
11141114
{coreDataElementsMap.size > 0 && (
11151115
<GraphicsContainer>
1116-
<div className="coreDataLabel">Charts</div>
1116+
<div className="coreDataLabel" style={{marginTop: '12px'}}>Charts</div>
11171117
<div onKeyDown={e => e.stopPropagation()} aria-hidden="true">
11181118
<Dropdown>
11191119
{

0 commit comments

Comments
 (0)