Skip to content

Commit 032b6cf

Browse files
author
Cristina Aurrecoechea
committed
updates
(cherry picked from commit a3cdbb5)
1 parent cf4ca63 commit 032b6cf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/libs/web-common/src/App/Header/HeaderNav.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class HeaderNav extends React.Component {
118118
<div className="box stack">
119119
<h1 className="HeaderNav-Title">
120120
<Link to="/" style={{ color: '#DD314E' }}>
121-
<mark>Data</mark>Explorer
121+
<mark>data</mark>Explorer
122122
</Link>
123123
</h1>
124124
<p>
@@ -200,7 +200,7 @@ class HeaderNav extends React.Component {
200200
<div>
201201
<Branding {...this.props} />
202202
</div>
203-
<div style={{ marginRight: 'auto', alignSelf: 'center' }}>
203+
<div style={{ alignSelf: 'center' }}>
204204
<h3 dangerouslySetInnerHTML={{ __html: tagline }} />
205205
</div>
206206
<a href="https://veupathdb.org" target="_blank">

packages/sites/clinepi-site/webapp/js/client/component-wrappers/SiteHeader.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ export default function SiteHeaderWrapper() {
8383
logoUrl={logoUrl}
8484
heroImageUrl={heroImageUrl}
8585
heroImagePosition="left 33%"
86-
titleWithoutDB="DataExplorer"
87-
subTitle="anything here?"
88-
tagline="Share, explore, and visualize data"
86+
titleWithoutDB="dataExplorer"
87+
subTitle="Dataset Resources"
88+
tagline="Share. Access. Discover. Visualize. FAIR data by design."
8989
getSiteData={getStaticSiteData}
9090
makeHeaderMenuItems={makeHeaderMenuItems}
9191
searchTerm={searchTerm}

packages/sites/clinepi-site/webapp/js/client/data/headerMenuItems.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function makeHeaderMenuItemsFactory(
9191
mainMenu: [
9292
{
9393
id: 'studies',
94-
text: 'Studies',
94+
text: 'Datasets',
9595
children: ({ isFocused }) =>
9696
[
9797
{
@@ -106,7 +106,7 @@ export default function makeHeaderMenuItemsFactory(
106106
className="ebrc-icon-table"
107107
style={studyTableIconStyle}
108108
></i>{' '}
109-
Study summaries table
109+
Datasets summaries table
110110
</div>
111111
</>
112112
),
@@ -140,7 +140,7 @@ export default function makeHeaderMenuItemsFactory(
140140
isVisible: filteredUserStudies.length > 0,
141141
text: (
142142
<CollapsibleDetailsSection
143-
summary="My studies"
143+
summary="My datasets"
144144
collapsibleDetails={filteredUserStudies.map(
145145
(study, idx) => (
146146
<DIYStudyMenuItem
@@ -228,7 +228,7 @@ export default function makeHeaderMenuItemsFactory(
228228
...(useUserDatasetsWorkspace
229229
? [
230230
{
231-
text: 'My Studies',
231+
text: 'My Datasets',
232232
route: '/workspace/datasets',
233233
},
234234
]
@@ -331,7 +331,7 @@ export default function makeHeaderMenuItemsFactory(
331331
text: 'About',
332332
children: [
333333
{
334-
text: 'About ClinEpiDB',
334+
text: 'About dataExplorer',
335335
route: `${STATIC_ROUTE_PATH}/ClinEpiDB/about.html`,
336336
},
337337
{
@@ -343,15 +343,15 @@ export default function makeHeaderMenuItemsFactory(
343343
route: `${STATIC_ROUTE_PATH}/ClinEpiDB/faq.html`,
344344
},
345345
{
346-
text: 'Submit Data to ClinEpiDB',
346+
text: 'Submit Data to dataExplorer',
347347
route: `${STATIC_ROUTE_PATH}/ClinEpiDB/submit.html`,
348348
},
349349
{
350350
text: 'Data Access & Use Policy',
351351
route: `${STATIC_ROUTE_PATH}/ClinEpiDB/access_and_use.html`,
352352
},
353353
{
354-
text: 'Publications about ClinEpiDB',
354+
text: 'Publications about dataExplorer',
355355
url: 'https://gatesopenresearch.org/articles/3-1661',
356356
target: '_blank',
357357
},

0 commit comments

Comments
 (0)