diff --git a/utils/constants.js b/utils/constants.js index bf8ad90..e043b08 100644 --- a/utils/constants.js +++ b/utils/constants.js @@ -16,6 +16,7 @@ export const ABOUT_US_TEXT = `PhenoVista is a leading provider of disease-releva export const LOGO = { alt: 'A yellow artistic outline drawing next to the word PhenoVista', + logoUrl: 'https://phenovista.com/', src: logo.src, } @@ -148,6 +149,11 @@ export const STATUS_ARRAY = [ ] export const NAVIGATION_LINKS = [ + { + label: 'Store', + onClick: null, + path: '/', + }, { label: 'Browse', onClick: null,