Skip to content

Commit

Permalink
feat: selecting explorer logo should take you to /projects instead of…
Browse files Browse the repository at this point in the history
… the data portal (#3742) (#3744)

Co-authored-by: Fran McDade <franmcdade@Frans-MacBook-Pro.local>
  • Loading branch information
frano-m and Fran McDade authored Nov 1, 2023
1 parent 17069a1 commit a0c387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/site-config/hca-dcp/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const config: SiteConfig = {
Logo: C.Logo({
alt: HCA_DATA_COORDINATION_PLATFORM,
height: 32.5,
link: BROWSER_URL,
link: "/projects",
src: hcaExplorer,
}),
authenticationEnabled: false,
Expand Down

0 comments on commit a0c387a

Please sign in to comment.