Skip to content

Commit a353edc

Browse files
committed
Change logo to link to phenovista.com and add a store link in the header
Fixes #72
1 parent bf99b20 commit a353edc

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
@@ -17,6 +17,7 @@ export const ABOUT_US_TEXT = `PhenoVista is a leading provider of disease-releva
1717
export const LOGO = {
1818
alt: 'A yellow artistic outline drawing next to the word PhenoVista',
1919
src: logo.src,
20+
logoUrl: 'https://phenovista.com/',
2021
}
2122

2223
export const FOOTER_NAME = 'PhenoVista Biosciences'
@@ -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)