Skip to content

Commit

Permalink
Merge pull request #81 from scientist-softserv/i72-Change-logo-to-lin…
Browse files Browse the repository at this point in the history
…k-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
  • Loading branch information
labradford authored May 13, 2024
2 parents 972f12e + 3057959 commit a92007f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down Expand Up @@ -148,6 +149,11 @@ export const STATUS_ARRAY = [
]

export const NAVIGATION_LINKS = [
{
label: 'Store',
onClick: null,
path: '/',
},
{
label: 'Browse',
onClick: null,
Expand Down

0 comments on commit a92007f

Please sign in to comment.