Skip to content

Commit a92007f

Browse files
authored
Merge pull request #81 from scientist-softserv/i72-Change-logo-to-link-to-phenovistacom-and-add-a-store-link-in-the-header
Change logo to link to phenovista.com and add a store link in the header
2 parents 972f12e + 3057959 commit a92007f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const ABOUT_US_TEXT = `PhenoVista is a leading provider of disease-releva
1616

1717
export const LOGO = {
1818
alt: 'A yellow artistic outline drawing next to the word PhenoVista',
19+
logoUrl: 'https://phenovista.com/',
1920
src: logo.src,
2021
}
2122

@@ -148,6 +149,11 @@ export const STATUS_ARRAY = [
148149
]
149150

150151
export const NAVIGATION_LINKS = [
152+
{
153+
label: 'Store',
154+
onClick: null,
155+
path: '/',
156+
},
151157
{
152158
label: 'Browse',
153159
onClick: null,

0 commit comments

Comments
 (0)