Skip to content

Commit

Permalink
Merge pull request #14 from CBIIT/static_page
Browse files Browse the repository at this point in the history
Static page
  • Loading branch information
jonkiky authored Sep 13, 2023
2 parents 3d9544e + 431c26f commit 9aacc33
Show file tree
Hide file tree
Showing 6 changed files with 1,038 additions and 982 deletions.
7 changes: 3 additions & 4 deletions src/bento/aboutPagesRoutes.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default [
'/purpose',
'/crdc',
'/ctdc-data-model',
'/developers',
'/purpose',
'/support',
'/request-access',
'/submit',
'/cloud-computing'
];
2 changes: 1 addition & 1 deletion src/components/InteractiveHero/InteractiveHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const TherapiesActiveText = ({ classes, heroData }) => (
<div className={classes.whiteText}>
{heroData ? heroData.numberOfTherapies : 'NA'}
{' '}
ThERAPIES
THERAPIES
</div>
<div className={classes.blueText}>
{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutView.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Layout = ({ classes, isSidebarOpened }) => {
<Route
key={index}
path={aboutPageRoute}
component={UnderDev}
component={About}
/>
),
)}
Expand Down
6 changes: 6 additions & 0 deletions src/config/globalHeaderData.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ export const navbarSublists = {
id: 'navbar-dropdown-item-data-harmonization',
className: 'navMobileSubItem',
},
{
name: 'Cloud computing',
link: '/cloud-computing',
id: 'navbar-dropdown-item-data-harmonization',
className: 'navMobileSubItem',
},
],
"Resources": [
{
Expand Down
Loading

0 comments on commit 9aacc33

Please sign in to comment.