Skip to content

Commit

Permalink
feat: make header logo link to the AnVIL Explorer datasets page inste…
Browse files Browse the repository at this point in the history
…ad of the AnVIL portal (#3724) (#3737)
  • Loading branch information
frano-m authored Nov 1, 2023
1 parent b6f4af2 commit 9fbe801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/site-config/anvil-cmg/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export function makeConfig(
],
},
header: {
Logo: C.ANVILExplorer({ url: browserUrl }),
Logo: C.ANVILExplorer({ url: "/datasets" }),
authenticationEnabled: true,
navAlignment: ELEMENT_ALIGNMENT.RIGHT,
navLinks: [
Expand Down

0 comments on commit 9fbe801

Please sign in to comment.